@node getchar, stdio @subheading Syntax @example #include int getchar(void); @end example @subheading Description The same as @code{fgetc(stdin)} (@pxref{fgetc}). @subheading Return Value The character, or @code{EOF}. @subheading Portability @portability ansi, posix