getc

getc f -- obtains one byte from the input file f and provides it as a string of length 1. On end of file an empty string of is returned.

See also File.

Bug: the name is cryptic and should be changed.

Go to main index.

Go to concepts index.