]> pd.if.org Git - pdclib/blobdiff - functions/stdio/vfscanf.c
Whitespace cleanups.
[pdclib] / functions / stdio / vfscanf.c
index b9a6896ed7a54381b9e95a692486a3e881db0304..a19f18ef13e6fc9233572dd735da66d419ceb4be 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vfscanf( FILE *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -91,7 +89,7 @@ int vfscanf( FILE * _PDCLIB_restrict stream, const char * _PDCLIB_restrict forma
 #define _PDCLIB_FILEID "stdio/vfscanf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testscanf( FILE * stream, char const * format, ... )
 {
@@ -112,4 +110,3 @@ int main( void )
 }
 
 #endif
-