Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
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.