fungetc
- Синтаксис
-
native fungetc(file, data);
Переменная | Описание |
---|---|
file |
Handle to the file |
data |
Character to unget |
- Описание
- Ungets character from file.
- Возвращает
- On success, the character put back is returned, -1 otherwise