最終更新:2013-03-06 (水) 12:56:46 (4067d)  

tcgetattr
Top / tcgetattr

int tcgetattr(int fd, struct termios *termios_p);

fd に関するパラメータを取得し、termios_p が参照する構 造体 termios に設定する

関連