fprintf
fprintf
handle - file handle
format - format string
returns: 0 - ok
-1 - error
Thread-safe function.
long fprintf(long handle, string format, ...);
Last updated
Was this helpful?
fprintf
handle - file handle
format - format string
returns: 0 - ok
-1 - error
Thread-safe function.
long fprintf(long handle, string format, ...);
Last updated
Was this helpful?