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

📄 extern.h

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 H
字号:
/* * Defines for things used in find.c * * @(#)network.h	4.33 (Berkeley) 5/3/83 *//* * Don't change the constants, since they are used for sizes in many * places in the program. */#define MAXSTR		80	/* maximum length of strings */#define MAXLINES	32	/* maximum number of screen lines used */#define MAXCOLS		80	/* maximum number of screen columns used */#define RN		(((Seed = Seed*11109+13849) >> 16) & 0xffff)#ifdef CTRL#undef CTRL#endif#define CTRL(c)		('c' & 037)/* * Now all the global variables */extern bool	Got_ltc, In_shell, Wizard;extern char	Fruit[], Orig_dsusp, Prbuf[], Whoami[];extern int	Fd;#ifdef TIOCGLTCextern struct ltchars	Ltc;#endif TIOCGLTC/* * Function types */char	*brk(), *charge_str(), *choose_str(), *ctime(), *getenv(),	*inv_name(), *killname(), *malloc(), *nothing(), *nullstr(),	*num(), *pick_color(), *ring_num(), *sbrk(), *set_mname(),	*strcat(), *strcpy(), *type_name(), *vowelstr();int	auto_save(), come_down(), doctor(), endit(), land(), leave(),	nohaste(), quit(), rollwand(), runners(), sight(), stomach(),	swander(), tstp(), turn_see(), unconfuse(), unsee(), visuals();#ifdef CHECKTIMEint	checkout();#endiflong	lseek(), time();

⌨️ 快捷键说明

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