Mono Class Library: Mono.Unix.Native.Stdlib Overview | MembersMono.Unix.Native.Stdlib.clearerr Method |
Clear FILE stream status. [Edit]
|
- stream
- The FILE stream to clear end-of-file and error indicators on. [Edit]
The clearerr() function returns the value 0 if successful; otherwise the value -1 is returned and Stdlib.GetLastError indicates the error. [Edit]
Clears the end-of-file and error indicators for the stream pointed to by stream. [Edit]
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0