📄 sel_writable_data.c
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -