types.h
来自「sparc硬件平台上的红外协议」· C头文件 代码 · 共 25 行
H
25 行
#ifndef _TYPES_H#define _TYPES_H/** __xx is ok: it doesn't pollute the POSIX namespace. Use these in the* header files exported to user space*/#include <sys/types.h>#include <errno.h>#include "../../public/pub_emmi.h"typedef unsigned char __u8;typedef unsigned short __u16;typedef unsigned int __u32;/** These aren't exported outside the kernel to avoid name space clashes*/#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?