libc::termios
Termios
struct Termios
{
Tc_iflags c_iflag;
Tc_oflags c_oflag;
Tc_cflags c_cflag;
Tc_lflags c_lflag;
Cc c_line;
Cc[NCCS] c_cc;
Speed c_ispeed;
Speed c_ospeed;
}struct Termios
{
Tc_iflags c_iflag;
Tc_oflags c_oflag;
Tc_cflags c_cflag;
Tc_lflags c_lflag;
Cc c_line;
Cc[NCCS] c_cc;
Speed c_ispeed;
Speed c_ospeed;
}