Next: SRFI-56 Endianness, Previous: SRFI-56 Port extensions, Up: SRFI-56
Read a byte from the current input port. Return an integer in the range 0 to 255, or the eof object. Optional arg port specifies the port to read from.
Write byte n in range 0 to 255 to current output port. Optional arg port specifies the port to write to.