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.