[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 ISO-10646 (Unicode) value of the character.
- Note
Returns an int and not a string of length 1.
|