native
fprintf
Syntax
native fprintf(file, const fmt[], any:...);
Description
Writes a line of formatted text to a text file.
Parameters
| file | Handle to the file |
|---|---|
| format | Formatting rules |
| ... | Variable number of format parameters |
Return
Total number of characters written on success, 0 otherwise