X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=beff43a5aa4b34a3ab77532b3b11c8106b1d0f14;hb=5b71d3a47fc12250b66dd6caf046f0a3d9ac9973;hp=818d45f645057fe4c93954964eb6b9d4c526e098;hpb=8fca29703edff11c81af1e6039bcf115a83b6bbc;p=pdclib.old diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index 818d45f..beff43a 100644 --- a/functions/stdio/fputc.c +++ b/functions/stdio/fputc.c @@ -8,10 +8,10 @@ #include -#ifndef REGTEST - #include <_PDCLIB_glue.h> +#ifndef REGTEST + /* 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.