]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fprintf.c
Removed SVN keyword tags.
[pdclib] / functions / stdio / fprintf.c
index 66566a4d5a6fb953e57a3a15df3defacec8b2daa..5ca265568778134e1df8ef8fe90e43ee735be87f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fprintf( FILE *, const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -39,6 +37,8 @@ int fprintf( FILE * _PDCLIB_restrict stream,
 #endif
 
 #ifdef TEST
+#include <stdint.h>
+#include <stddef.h>
 #define _PDCLIB_FILEID "stdio/fprintf.c"
 #define _PDCLIB_FILEIO