X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fscanf.c;h=b29b1d539fcc4da3ff7ffe0a46cecd1485dc51fd;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=41501bc0a735c5b77c3ddf04b8f919e13fd377d5;hpb=a7a8d2f1c85c2d7760d4d3479e90466cc3a81b04;p=pdclib diff --git a/functions/stdio/scanf.c b/functions/stdio/scanf.c index 41501bc..b29b1d5 100644 --- a/functions/stdio/scanf.c +++ b/functions/stdio/scanf.c @@ -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__ )