www.delorie.com/djgpp/doc/libc-2.01/libc_316.html   search  
Go to the first, previous, next, last section, table of contents.


getch

Syntax

#include <conio.h>

int     getch(void);

Description

A single character from the console (stdin) is returned. The input is not line-buffered. If there is a character pending from section ungetch, it is returned instead. The character is not echoed to the screen.

Return Value

The character.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997