clearerr
- Updated2023-02-21
- 1 minute(s) read
clearerr
void clearerr (FILE *stream);
Purpose
Clears the end-of-file and error indicators for the specified stream.
Parameters
Input | ||
Name | Type | Description |
stream | FILE * | Contains a pointer to stream whose end-of-file and error indicators are cleared. |
Return Value
None.
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later