-

Changes

Jump to: navigation, search

Functions HI-TECH C GETCHAR

476 bytes added, 20:17, 31 July 2017
Created page with "<strong>GETCHAR</strong> ==SYNOPSIS== #include <stdio.h> int getchar(void) ==DESCRIPTION== <strong>Getchar</strong>() is a <strong>getc(stdin)</strong> operation. It..."
<strong>GETCHAR</strong>
==SYNOPSIS==

#include <stdio.h>

int getchar(void)


==DESCRIPTION==
<strong>Getchar</strong>() is a <strong>getc(stdin)</strong> operation. It is a macro
defined in stdio.h. Note that under normal circumstances getchar() will NOT return unless a carriage
return has been typed on the console. To get a single
character immediately from the console, use the routine
<strong>getch</strong>().

SEE ALSO

getc, fgetc, freopen, fclose

Navigation menu