fputs
- Синтаксис
-
native fputs(file, const text[], bool:null_term = false);
Переменная | Описание |
---|---|
file |
Handle to the file |
text |
String to write |
null_term |
True to append NULL terminator, false otherwise |
- Описание
- Writes a line of text to a text file.
- Возвращает
- 0 on success, -1 otherwise