1
0
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:
Clemens Kirchgatterer 2019-02-15 23:00:08 +01:00 committed by david gauchard
parent c9ce96652f
commit d3a2ab9bb4

View File

@ -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