List of functions and data types in IO
Char getChar(File h)
Arguments
h: A readable file handle
Usage
Read one byte from a file. While the return type is Char, the meaning of values greater than Char(127) will depend on the encoding of the input file, rather than being the UCS character of that number.
Related