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
read one byte from file
handle - file handle
returns: -1 - error
otherwise a byte read.
Thread-safe function.
long fgetc(long handle);
Last updated