Extracted from Pike v7.4 release 117 at 2005-08-23.
pike.ida.liu.se
[Top]
predef::
Stdio
Stdio.FILE

Method Stdio.FILE()->getchar()


Method getchar

int getchar()

Description

This function returns one character from the input stream.

Returns

Returns the ASCII value of the character.

Note

Returns an int and not a string of length 1.