15

In my particular situation, I am using MinGW/MSys. It doesn't contain termios.h. Turns out that it isn't a library that can be downloaded and installed (Google didn't found any). Termcap also doesn't include termios.h.

From where can I get this file?

Adrian Mole
  • 49,934
  • 160
  • 51
  • 83
Soergener
  • 703
  • 1
  • 6
  • 7

1 Answers1

7

MinGW doesnt fully support POSIX and therefore termios.h is missing.

On the other side, Cygwin is capable of POSIX and termios.h.

Hartmut Pfarr
  • 5,534
  • 5
  • 36
  • 42