⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sel_writable_data.c

📁 操作系统SunOS 4.1.3版本的源码
💻 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 + -