]> pd.if.org Git - pdclib/blobdiff - functions/stdio/sprintf.c
Removed SVN keyword tags.
[pdclib] / functions / stdio / sprintf.c
index 4f4a5d4a37a609b3b0ab89ff94dff4ef26067945..70a42830e22b3bc8c8576891e5450335ecb71c06 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* sprintf( char *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -27,6 +25,7 @@ int sprintf( char * _PDCLIB_restrict s, const char * _PDCLIB_restrict format, ..
 #ifdef TEST
 #define _PDCLIB_FILEID "stdio/sprintf.c"
 #define _PDCLIB_STRINGIO
+#include <stddef.h>
 
 #include <_PDCLIB_test.h>