Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

Guardian Native C Library Calls (a - e) clearerr(3)
NAME
clearerr - Clears indicators on a stream
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series and J-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zcrtldll
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/ycrtldll
SYNOPSIS
#include <stdio.h>
void clearerr(
FILE *stream);
PARAMETERS
stream Species 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.
RETURN VALUES
The clearerr() function returns no value.
RELATED INFORMATION
Functions: open(2), fopen(3), feof(3), fileno(3), ferror(3).
527192-018 Hewlett-Packard Company 1107