writestr

write a string to file
     handle  - file handle
     str     - string to write
returns: 0 - ok
Thread-safe function.

long writestr(long handle, string str);

Last updated