X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=1252e6365af44533563f3d4f58bb2151a8c38507;hb=8894c921674bb116d0a7b8f23a55311e7a768019;hp=6224c5ec00d9f7375c8cdcb0cb330b10df64ed06;hpb=e1c526e9bad3f6e69391e94059096145390508d3;p=pdclib diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index 6224c5e..1252e63 100644 --- a/functions/stdio/fputc.c +++ b/functions/stdio/fputc.c @@ -7,7 +7,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_io.h> +#include "_PDCLIB_io.h" /* Write the value c (cast to unsigned char) to the given stream. Returns c if successful, EOF otherwise. @@ -42,7 +42,7 @@ int fputc( int c, FILE * stream ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {