]> pd.if.org Git - pdclib/blobdiff - functions/stdio/vscanf.c
System includes -> local includes.
[pdclib] / functions / stdio / vscanf.c
index 0b9189d69c9ab21f60e89ab3224e4c059304f01f..d5ae5b3097d2efacc837bc24777e58f9c2551606 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* vscanf( const char *, va_list arg )
+/* vscanf( const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -22,7 +20,7 @@ int vscanf( const char * _PDCLIB_restrict format, _PDCLIB_va_list arg )
 #define _PDCLIB_FILEID "stdio/vscanf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testscanf( FILE * stream, const char * format, ... )
 {