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

fputc

write one byte to file
     handle  - file handle
     byte    - byte to write
returns: 0 - ok
         -1 - error
Thread-safe function.

long fputc(long byte, long handle);

Last updated

Was this helpful?