mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-18 23:03:34 +03:00
emulation-on-host: +memcmp_P (#9093)
This commit is contained in:
@ -82,5 +82,6 @@ inline int vsnprintf_P(char* str, size_t size, const char* format, va_list ap)
|
||||
#define strncmp_P strncmp
|
||||
#define strncasecmp_P strncasecmp
|
||||
#define strcat_P strcat
|
||||
#define memcmp_P memcmp
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user