Приглашаем посетить
Романтизм (19v-euro-lit.niv.ru)

Reference: getc

PreviousChapter 5
Function Reference
Next
 

getc

getc filehandle

Returns the next byte from the input file attached to filehandle. At end-of-file, it returns a null string. If filehandle is omitted, the function reads from STDIN. This operator is very slow, but is occasionally useful for single-character input from the keyboard.


PreviousHomeNext
Reference: formlineBook IndexReference: getgrent