__cflush.c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C语言 代码 · 共 19 行
C
19 行
#ifdef lintstatic char *sccsid = "@(#)__cflush.c 4.1 (ULTRIX) 7/2/90";#endif lint/* * This routine is one of the main things * in this level of curses that depends on the outside * environment. */#include "curses.ext"/* * Flush stdout. */__cflush(){ fflush(SP->term_file);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?