X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=inline;f=functions%2Fstdio%2Fferror.c;h=7b56637f2fb24ebeea411757613f28c90a740d56;hb=2040228f27d623585d339dec175c4e779ca9edb5;hp=6f24080697ba63e435fe41c1b6583857ef64603e;hpb=f603f88b4456cf9b7ab1328bf657ede22a0c9940;p=pdclib diff --git a/functions/stdio/ferror.c b/functions/stdio/ferror.c index 6f24080..7b56637 100644 --- a/functions/stdio/ferror.c +++ b/functions/stdio/ferror.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* ferror( FILE * ) This file is part of the Public Domain C Library (PDCLib). @@ -18,7 +16,7 @@ int ferror( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) { @@ -27,3 +25,4 @@ int main( void ) } #endif +