X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=818d45f645057fe4c93954964eb6b9d4c526e098;hp=beff43a5aa4b34a3ab77532b3b11c8106b1d0f14;hb=e1ce3c19dea04aa7fe3e6793b2e8ed2f91799c2e;hpb=5a9055ec26d9bb516bf01a33517609cb96778f56 diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index beff43a..818d45f 100644 --- a/functions/stdio/fputc.c +++ b/functions/stdio/fputc.c @@ -8,10 +8,10 @@ #include -#include <_PDCLIB_glue.h> - #ifndef REGTEST +#include <_PDCLIB_glue.h> + /* Write the value c (cast to unsigned char) to the given stream. Returns c if successful, EOF otherwise. If a write error occurs, the error indicator of the stream is set.