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

This function must be implemented in a thread-safe manner.

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

Show TOC