Re: what am I missing?
- Posted by jacques_desch Jun 19, 2009
- 1150 views
I found the good definition of termios in <bits/termios.h> the only difference with termios2 is the NCCS which is 32 instead of 19 which give 57 bytes although sizeof() report 60, probably pad end of struct to align DWORD.
Jacques