def_unix_types.h
来自「Linux kernel driver for Epson s1d13700 L」· C头文件 代码 · 共 17 行
H
17 行
#ifndef _DEF_UNIX_TYPES_H#define _DEF_UNIX_TYPES_H//------------------------------------//typedef unsigned short int bool;//#define false 0//#define true 1#define BYTE unsigned char#define BYTES signed char#define WORD unsigned short int#define WORDS signed short int#define DWORD unsigned long int#define DWORDS signed long int//-----------------------------------//типы определенные в m7#endif // _DEF_UNIX_TYPES_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?