osf1 man page for clearerr

Query: clearerr

OS: osf1

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

clearerr(3)						     Library Functions Manual						       clearerr(3)

NAME
clearerr - Clears indicators on a stream
LIBRARY
Standard C Library (libc)
SYNOPSIS
#include <stdio.h> void clearerr( FILE *stream);
STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: clearerr(): XSH5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags.
PARAMETERS
Specifies the input or output stream to be cleared.
DESCRIPTION
The clearerr() function resets the error indicator and the EOF indicator for the stream specified by the stream parameter.
NOTES
[Tru64 UNIX] The clearerr() function is supported for multithreaded applications.
RETURN VALUES
The clearerr() function returns no value.
RELATED INFORMATION
Functions: open(2), fopen(3), feof(3), fileno(3), ferror(3) Standards: standards(5) delim off clearerr(3)
Related Man Pages
ferror(3) - redhat
fileno(3) - redhat
clearerr(3) - netbsd
ferror(3) - netbsd
fileno_unlocked(3) - osx
Similar Topics in the Unix Linux Community
OMG CEP Standards event: what standards?
Openbox 3.4.7 (Stable branch)
EPTS4: time for CEP Standards?
IBM takes a stand against bad standards
Developing Parallel Programs - A Discussion of Popular Models