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

fgetc

read one byte from file
     handle  - file handle
returns: -1 - error
         otherwise a byte read.
Thread-safe function.

long fgetc(long handle);

Last updated

Was this helpful?