binio-fgetint | ![]() ![]() |
(binio-fgetint <istream>)
Reads a integer number (signed 2 byte short in Intel order ) from an open input stream, opened with (binio-fopen fn "r")
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 two bytes.
(std-require-external 'BINIO)
Defined in BINIO