libraries missing in C

some libraries are missing like conio.h and syslib.h
how can i have them installed ?

Technically, you're talking about include files, not libraries. It may be something as simple as your include path not being correct, but which flavor of unix? What error(s) are you seeing. The more specific you can be, the more likely someone here can help.

Cheers,

Keith

just forget it , i needed something to clear up the shell in C, i got a better alternative

Just for your reference conio.h (console i/o) does not exist on Unix/Linux instead you can use ncurses.h or curses.h.

thanks ill take that into consideration, nevertheless i used an alternative :slight_smile: