Signature
native feof(file);
Description
Tests if the end of file has been reached.
Parameters
- file — Handle to the file
Returns
1 if end of file has been reached, 0 otherwise.