X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fvfscanf.c;h=a19f18ef13e6fc9233572dd735da66d419ceb4be;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=b9a6896ed7a54381b9e95a692486a3e881db0304;hpb=dd71cbbfbd68cd8c653277a0c1f70ab2b179421c;p=pdclib diff --git a/functions/stdio/vfscanf.c b/functions/stdio/vfscanf.c index b9a6896..a19f18e 100644 --- a/functions/stdio/vfscanf.c +++ b/functions/stdio/vfscanf.c @@ -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 -