(C) 1998 AROS - The Amiga Research OS
NAME
#include <stdio.h>
void clearerr ()
SYNOPSIS
FILE * stream
FUNCTION
Clear EOF and error flag in a stream. You must call this for example after you have read the file until EOF, then appended something to it and want to continue reading.
INPUTS
stream
The stream to be reset.
RESULT
None.
EXAMPLE
SEE ALSO
ferror(), clearerr()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
17.01.1997 digulla
New functions: fopen(), fclose(), fgets(), ferror(), clearerr(), fread(), fwrite(), getchar(), gets()