binary-read-long

Name

binary-read-long -- Reads a binary representation of a C long and return as a scheme number.

Synopsis

(binary-read-long #&optional (port (current-input-port)))

Description

Reads a binary representation of a C long and return as a scheme number. The value is read from PORT, or the current-input-port.

Implementation Notes

Module:

Defined in scheme/bincomm.scm at line 185 (CVS log)