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


ungetch

Syntax

#include <conio.h>

int ungetch(int);

Description

Puts a character back, so that section getch will return it instead of actually reading the console.

Return Value

The charater is returned.


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

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