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

📄 tp_defs.h

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 H
字号:
/*	@(#)tp_defs.h	4.1	12/18/82	*/#include <sys/types.h>#include <sys/ioctl.h>#ifdef DEBUG#include "mtio.h"#include "devio.h"#define DEVIOCGET 0#else#include <sys/mtio.h>#include <sys/devio.h>#endif#include <sys/file.h>char	mt[]	= DEFTAPE_RH;char	tc[]	= "/dev/tapx";int	flags	= flu;char	mheader[] = "/usr/mdec/mboot";char	theader[] = "/usr/mdec/tboot";

⌨️ 快捷键说明

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