unix v7是最后一个广泛发布的研究型UNIX版本

源代码在线查看: tab450-12.c

软件大小: 4279 K
上传用户: ludingpc
关键词: unix UNIX 发布 版本
下载地址: 免注册下载 普通下载 VIP

相关代码

				#define INCH 240				/*				DASI450				12 chars/inch, 6 lines/inch				nroff driving tables				width and code tables				*/								struct {					int bset;					int breset;					int Hor;					int Vert;					int Newline;					int Char;					int Em;					int Halfline;					int Adj;					char *twinit;					char *twrest;					char *twnl;					char *hlr;					char *hlf;					char *flr;					char *bdon;					char *bdoff;					char *ploton;					char *plotoff;					char *up;					char *down;					char *right;					char *left;					char *codetab[256-32];					int zzz;					} t {				/*bset*/	0,				/*breset*/	0177420,				/*Hor*/		INCH/60,				/*Vert*/	INCH/48,				/*Newline*/	INCH/6,				/*Char*/	INCH/12,				/*Em*/		INCH/12,				/*Halfline*/	INCH/12,				/*Adj*/		INCH/12,				/*twinit*/	"\0334\033\037\013",				/*twrest*/	"\0334\033\037\015",				/*twnl*/	"\015\n",				/*hlr*/		"\033D",				/*hlf*/		"\033U",				/*flr*/		"\033\n",				/*bdon*/	"",				/*bdoff*/	"",				/*ploton*/	"\0333",				/*plotoff*/	"\0334",				/*up*/		"\033\n",				/*down*/	"\n",				/*right*/	" ",				/*left*/	"\b",				/*codetab*/				#include "code.300"							

相关资源