X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fstdio%2Fvsnprintf.c;h=9c0258c7ed38ca901528a9dcbaafcef292580cfb;hb=483825725e75347a9784d05aa864845f3b3e8cfd;hp=9e54dca1bb392076e07c0566fa6449403b24b90b;hpb=02c714917d715c3c2c1e5dba155762d010733679;p=fw%2Fpdclib diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c index 9e54dca..9c0258c 100644 --- a/functions/stdio/vsnprintf.c +++ b/functions/stdio/vsnprintf.c @@ -49,6 +49,7 @@ int vsnprintf( char * _PDCLIB_restrict s, size_t n, const char * _PDCLIB_restric #ifdef TEST #define _PDCLIB_FILEID "stdio/vsnprintf.c" +#define SPRINTF_FUNCTION #include <_PDCLIB_test.h> #include