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

📄 win_misc_data.c

📁 操作系统SunOS 4.1.3版本的源码
💻 C
字号:
#ifndef lint#ifdef sccsstatic	char sccsid[] = "%Z%%M% %I% %E%";#endif#endif/* * Copyright (c) 1987 by Sun Microsystems, Inc. *//* * win_misc_data.c: fix for shared libraries in SunOS4.0.  Code was isolated *		    from win_misc.c and win_screen.c */#include <sunwindow/sun.h>#include <sunwindow/win_struct.h>extern	int win_errordefault();int	(*win_error)() = win_errordefault;unsigned win_screendestroysleep;	/* (See win_screendestroy) */int	 winscreen_print;		/* Debugging flag */int	sv_journal = FALSE;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -