1
0
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:
david gauchard
2024-03-17 19:52:26 +01:00
committed by GitHub
parent 2064d437a3
commit 760dbeeda9

View File

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