fputc
- Синтаксис
-
native fputc(file, data);
Переменная | Описание |
---|---|
file |
Handle to the file |
data |
Character to put |
- Описание
- Writes character to file
- Возвращает
- Character written on success, -1 otherwise