v7 man page for ferror

Query: ferror

OS: v7

Section: 3s

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

FERROR(3S)																FERROR(3S)

NAME
feof, ferror, clearerr, fileno - stream status inquiries
SYNOPSIS
#include <stdio.h> feof(stream) FILE *stream; ferror(stream) FILE *stream clearerr(stream) FILE *stream fileno(stream) FILE *stream;
DESCRIPTION
Feof returns non-zero when end of file is read on the named input stream, otherwise zero. Ferror returns non-zero when an error has occurred reading or writing the named stream, otherwise zero. Unless cleared by clearerr, the error indication lasts until the stream is closed. Clrerr resets the error indication on the named stream. Fileno returns the integer file descriptor associated with the stream, see open(2). These functions are implemented as macros; they cannot be redeclared.
SEE ALSO
fopen(3), open(2) FERROR(3S)
Related Man Pages
feof(3) - redhat
clearerr(3c) - sunos
fileno(3c) - sunos
fileno(3) - osx
fileno_unlocked(3) - osx
Similar Topics in the Unix Linux Community
Encript Timestamp with blowfish
nth date
Segfault When Parsing Delimiters In C
Python- Client and server certificate validation
creating separate output file for each input file in python