X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=1252e6365af44533563f3d4f58bb2151a8c38507;hp=6224c5ec00d9f7375c8cdcb0cb330b10df64ed06;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e 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 ) {