sel_writable_data.c
来自「操作系统SunOS 4.1.3版本的源码」· C语言 代码 · 共 24 行
C
24 行
#ifndef lint#ifdef sccsstatic char sccsid[] = "%Z%%M% %I% %E%";#endif#endif#include <suntool/selection_impl.h>#include <suntool/selection.h>/* * sel_writable_data.c: writable initialized data * (must not go in text segment) * */struct timeval seln_std_timeout = { SELN_STD_TIMEOUT_SEC, SELN_STD_TIMEOUT_USEC};int seln_svc_program = SELN_SVC_PROGRAM;struct selection selnull;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?