For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?