]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ferror.c
Merged PDPCLIB and Therx code.
[pdclib] / functions / stdio / ferror.c
index a1855a32a7adb0eab2668539c2a97f864842cbfe..7006510d364bd59be8ecd57beb59f32db51ebfe3 100644 (file)
@@ -6,3 +6,9 @@
 // ----------------------------------------------------------------------------
 
 int ferror( FILE * stream ) { /* TODO */ };
+
+/* PDPC code - unreviewed
+{
+    return (stream->errorInd);
+}
+*/