X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fsetbuf.c;h=749ddc9d2a8aeefc366505fd6c2e1ec0a6db821d;hp=f6f6f7016790709cbcdfd469eff24d6cd2eac8e5;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=0a419d48138f1411d6e3e50a367b9ece5a2cf893 diff --git a/functions/stdio/setbuf.c b/functions/stdio/setbuf.c index f6f6f70..749ddc9 100644 --- a/functions/stdio/setbuf.c +++ b/functions/stdio/setbuf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* setbuf( FILE *, char * ) This file is part of the Public Domain C Library (PDCLib). @@ -25,10 +23,10 @@ void setbuf( FILE * _PDCLIB_restrict stream, char * _PDCLIB_restrict buf ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include #ifndef REGTEST -#include <_PDCLIB_io.h> +#include "_PDCLIB_io.h" #endif int main( void )