defs.h

来自「通用SCSI设备备份/读写程序」· C头文件 代码 · 共 26 行

H
26
字号
#include <unistd.h>#include <stdlib.h>#include <errno.h>#include <fcntl.h>#include <stdarg.h>#include <stdio.h>#include <string.h>typedef int DEVICE_TYPE;#ifdef __osf__#include <sys/stat.h>#include <sys/ioctl.h>#include <io/common/iotypes.h>#else /* must be ultrix */#include <sys/devio.h>#endif#include <io/cam/cam.h>#include <io/cam/uagt.h> #include <io/cam/dec_cam.h>#include <io/cam/scsi_all.h>  #define DEV_CAM		"/dev/cam"	/* CAM device path */#define DIGITAL_UNIX

⌨️ 快捷键说明

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