fprintf
- Синтаксис
-
native fprintf(file, const fmt[], any:...);
Переменная | Описание |
---|---|
file |
Handle to the file |
format |
Formatting rules |
... |
Variable number of format parameters |
- Описание
- Writes a line of formatted text to a text file.
- Возвращает
- Total number of characters written on success, 0 otherwise