From mboxrd@z Thu Jan 1 00:00:00 1970 From: Craig Cowen To: help-gcc@gnu.org Subject: newbie question Date: Wed, 10 Jan 2001 23:22:00 -0000 Message-id: <3A5D60BE.A5156868@allmaui.com> X-SW-Source: 2001-01/msg00070.html I am going over a beginners book on ANSI C and it references a header file conio.h and a function getche(). The function is suppose to get one character and force a return. How can I use this with gcc or how can I get the same functionality. uname -a FreeBSD athlon 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #14: Fri Nov 24 19:36:27 GMT cc -v sing builtin specs. gcc version 2.95.2 19991024 (release) Thanks