Name
hw_FEof -- check if end-of-file marker has been reached (V5.0)
Synopsis
int ok = hw_FEof(APTR handle);
Function
This function returns True if the end-of-file marker has been reached for the specified file handle.

This function is thread-safe.

Designer compatibility
Supported since Designer 4.0

Inputs
handle
file handle returned by hw_FOpen()
Results
ok
True or False

Show TOC