feof
- Синтаксис
-
native feof(file);
Переменная | Описание |
---|---|
file |
Handle to the file |
- Описание
- Tests if the end of file has been reached.
- Возвращает
- 1 if end of file has been reached, 0 otherwise.
native feof(file);
Переменная | Описание |
---|---|
file |
Handle to the file |