fgetc
- Синтаксис
-
native fgetc(file);
Переменная | Описание |
---|---|
file |
Handle to the file |
- Описание
- Gets character from file.
- Возвращает
- Character read on success, -1 otherwise
native fgetc(file);
Переменная | Описание |
---|---|
file |
Handle to the file |