binio-fgetlong


Synopsis

(binio-fgetlong <istream>)

Description

Reads a long integer number (signed 4 byte longint 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

Arguments

istream: internal object representation of a binary file, opened for input.

Return Value

An integer or real if too large or nil on EOF

Side Effects

Advances the file pointer by two bytes.

Module

(std-require-external 'BINIO)

Defined in BINIO