Skip to content

Commit 760dbee

Browse files
authored
emulation-on-host: +memcmp_P (#9093)
1 parent 2064d43 commit 760dbee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/host/sys/pgmspace.h

+1
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ inline int vsnprintf_P(char* str, size_t size, const char* format, va_list ap)
8282
#define strncmp_P strncmp
8383
#define strncasecmp_P strncasecmp
8484
#define strcat_P strcat
85+
#define memcmp_P memcmp
8586

8687
#endif

0 commit comments

Comments
 (0)