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


getche

Syntax

#include <conio.h>

int getche(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 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