Digital的Unix操作系统VAX 4.2源码

源代码在线查看: two.twostr.c

软件大小: 51179 K
上传用户: zhuying0000
关键词: Digital Unix 4.2 VAX
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifdef lint				static char *sccsid = "@(#)two.twostr.c	4.1	(ULTRIX)	7/2/90";				#endif lint								/* Make a 2 letter code into an integer we can switch on easily */				int fix2; /* hack */				#define	two( s1, s2 )	(s1 + 256 * s2 )				#define	twostr( str )	two( *str, str[ 1 ] )							

相关资源