On Sat, 2002-01-19 at 19:25, Arvind Krishnaswamy wrote:
> Hi,
> termios.h under include is
> --
> #ifdef __cplusplus
> extern "C" {
> #endif
> #include <sys/termios.h>
> #ifdef __cplusplus
> }
> #endif
> --
>
> But sys/termios.h does not exist. What am I missing?
You need to take this up with whoever provides your termios.h. (GCC
doesn't.)
p.