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?
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?