X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fferror.c;h=7006510d364bd59be8ecd57beb59f32db51ebfe3;hb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;hp=a1855a32a7adb0eab2668539c2a97f864842cbfe;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old diff --git a/functions/stdio/ferror.c b/functions/stdio/ferror.c index a1855a3..7006510 100644 --- a/functions/stdio/ferror.c +++ b/functions/stdio/ferror.c @@ -6,3 +6,9 @@ // ---------------------------------------------------------------------------- int ferror( FILE * stream ) { /* TODO */ }; + +/* PDPC code - unreviewed +{ + return (stream->errorInd); +} +*/