X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fsetvbuf.c;h=dca570656a3c92528821fa3d419f997ea274b4bc;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=e3f9278aed159a316ab9e3da1883ff52ee12767e;hpb=dd71cbbfbd68cd8c653277a0c1f70ab2b179421c;p=pdclib diff --git a/functions/stdio/setvbuf.c b/functions/stdio/setvbuf.c index e3f9278..dca5706 100644 --- a/functions/stdio/setvbuf.c +++ b/functions/stdio/setvbuf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* setvbuf( FILE *, char *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). @@ -70,7 +68,7 @@ int setvbuf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, char * _PDCLIB_res #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include