mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
emulation on host: Add (some) missing macros for *_P() functions. (#5766)
This commit is contained in:
parent
c9ce96652f
commit
d3a2ab9bb4
@ -63,5 +63,8 @@ inline int vsnprintf_P(char *str, size_t size, const char *format, va_list ap) {
|
||||
#define strncpy_P strncpy
|
||||
#define strcmp_P strcmp
|
||||
#define memccpy_P memccpy
|
||||
#define snprintf_P snprintf
|
||||
#define sprintf_P sprintf
|
||||
#define strncmp_P strncmp
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user