NXC
Version 1.2.1 r5
|
|
inline |
Write string to file.
Writes the string to the file specified by the handle. The null terminating character at the end of the string is not written to the file. If there are no errors, a non-negative value is returned. If an error occurs, EOF is returned.
str | The string of characters to be written. |
handle | The handle of the file where the string is to be written. |