Tests the error indicator for the FILE stream.
- stream
- The FILE stream on which to test the error indicator.
Returns non-zero if the error indicator is set on stream. Otherwise, 0 is returned.
The function ferror() tests the error indicator for the stream pointed to by stream, returning non-zero if it is set. The error indicator can only be reset by the Stdlib.clearerr() function.
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0