揮発性のメモ2

http://d.hatena.ne.jp/iww/

2010-09-20から1日間の記事一覧

VTIMEの秘密

Man page of TERMIOSbits/termios.h typedef unsigned char cc_t; typedef unsigned int speed_t; typedef unsigned int tcflag_t; #define NCCS 32 struct termios { tcflag_t c_iflag; /* input mode flags */ tcflag_t c_oflag; /* output mode flags */ …