[top][index]
search for:

getc -- get a byte

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 -- the class of all files
  • Bug: the name is cryptic and should be changed.

    Ways to use getc :

  • getc File

  • [top][index]
    search for: