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