lib conio.h
Craig Rodrigues
rodrigc@attbi.com
Wed Mar 13 06:59:00 GMT 2002
On Wed, Mar 13, 2002 at 03:53:37PM +0100, Thomas Kroll wrote:
> Hello,
>
> I am searching for the conio.h lib to use it under linux. But it does
> not exist.
> Is there a similar lib?
> Thank you very much.
This is not really a GCC question, since conio.h does not
come with GCC.
conio.h is a header file specific to DOS/Windows systems.
Take a look at ncurses, which should be available on
your system:
man ncurses
ncurses does not come with GCC, so followup questions
should be directed to a mailing list or newsgroup
about Linux programming.
--
Craig Rodrigues
http://www.gis.net/~craigr
rodrigc@attbi.com
More information about the Gcc
mailing list