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