feof
- Updated2023-02-21
- 1 minute(s) read
feof
int feof (FILE *stream);
Purpose
Tests the end-of-file indicator for the specified stream.
Parameters
Input | ||
Name | Type | Description |
stream | FILE * | Contains a pointer to the stream whose end-of-file indicator is tested. |
Return Value
Name | Type | Description |
status | int | Contains the resulting status of the function. A nonzero value is returned if and only if the end-of-file indicator is set for the specified stream. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later