*Much* better.
[fw/pdclib] / functions / stdio / sprintf.c
index 9c7e17a2bf57149d99ffe1bfc730ce94c2a0f0fc..1c1d666b44c1a5805aaa149127e8ecdde20026c0 100644 (file)
@@ -26,6 +26,7 @@ int sprintf( char * _PDCLIB_restrict s, const char * _PDCLIB_restrict format, ..
 
 #ifdef TEST
 #define _PDCLIB_FILEID "stdio/sprintf.c"
+#define SPRINTF_FUNCTION
 #include <_PDCLIB_test.h>
 
 #include <string.h>