ChinaUnix.net
相关文章推荐:

tcflush

[code] #include #include #include #include int main(void) { printf("hello china."); if (tcflush(STDOUT_FILENO, TCOFLUSH) == -1) { perror("tcflush");...

by skai - C/C++ - 2015-09-24 16:39:57 阅读(10809) 回复(6)

相关讨论