We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ce966 commit d3a2ab9Copy full SHA for d3a2ab9
tests/host/sys/pgmspace.h
@@ -63,5 +63,8 @@ inline int vsnprintf_P(char *str, size_t size, const char *format, va_list ap) {
63
#define strncpy_P strncpy
64
#define strcmp_P strcmp
65
#define memccpy_P memccpy
66
+#define snprintf_P snprintf
67
+#define sprintf_P sprintf
68
+#define strncmp_P strncmp
69
70
#endif
0 commit comments