Next: SRFI-56 Predefined read sizes, Previous: SRFI-56 Endianness, Up: SRFI-56
Read an unsigned integer of size bytes from the current input port. Optional second arg port specifies the port to read, instead. Optional third arg endian is either
big-endianorlittle-endian(a symbol). If fewer than size bytes are available in the port, return the eof object.
Read a signed integer of size bytes from the current input port. Optional second arg port specifies the port to read, instead. Optional third arg endian is either
big-endianorlittle-endian(a symbol). If fewer than size bytes are available in the port, return the eof object.