]> pd.if.org Git - pdclib/blobdiff - functions/stdio/scanf.c
System includes -> local includes.
[pdclib] / functions / stdio / scanf.c
index 41501bc0a735c5b77c3ddf04b8f919e13fd377d5..b29b1d539fcc4da3ff7ffe0a46cecd1485dc51fd 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* scanf( const char *, ... )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -24,7 +22,7 @@ int scanf( const char * _PDCLIB_restrict format, ... )
 #define _PDCLIB_FILEID "stdio/scanf.c"
 #define _PDCLIB_FILEIO
 
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define testscanf( stream, format, ... ) scanf( format, __VA_ARGS__ )