Try <curses.h)> <curesew.h> <ncurses.h> 

or try the following shell to find it

for i in `find / -name \*.h -print`
do
echo $i
grem getch $i
done | more


Enki wrote:
> 
> Ok I am just learning C so I am not sure
> about this but one of the programs that
> I typed up said that the required header file didn't exist
> the file:
> <conio.h>
> 
> the function that requires it
> getche()
> 
> anyone know which header I would use to getche() or even getch()?

Reply via email to