binio-fgetc | ![]() ![]() |
(binio-fgetc <istream>)
Reads a single byte from an open input stream, opened with (binio-fopen fn "r"). Like read-char but accepts 0x0 too.
Dependant on an external library: so far only binio.fas for ViLL or vlisp
istream: internal object representation of a binary file, opened for input.
An integer or nil on EOF
Advances the file pointer by one byte.
(std-require-external 'BINIO)
Defined in BINIO