Skip to content

Commit

Permalink
emulation on host: Add (some) missing macros for *_P() functions. (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
everslick authored and d-a-v committed Feb 15, 2019
1 parent c9ce966 commit d3a2ab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/host/sys/pgmspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d3a2ab9

Please sign in to comment.