这是一个Linux内核。是0.11版本的
源代码在线查看: const.h
Linux/include/const.h [源代码浏览] [区别标定] [标识符搜索] [文本搜索] [文件搜索] OldLinux 交叉引用 Linux/include/const.h 版本: [1.0] [0.99.11] [0.99] [0.98] [0.97] [0.96a] [0.95] [0.12] [0.11] [0.01] 体系结构: [i386] 1 #ifndef _CONST_H 2 #define _CONST_H 3 4 #define BUFFER_END 0x200000 5 6 #define I_TYPE 0170000 7 #define I_DIRECTORY 0040000 8 #define I_REGULAR 0100000 9 #define I_BLOCK_SPECIAL 0060000 10 #define I_CHAR_SPECIAL 0020000 11 #define I_NAMED_PIPE 0010000 12 #define I_SET_UID_BIT 0004000 13 #define I_SET_GID_BIT 0002000 14 15 #endif 16 [源代码浏览] [区别标定] [标识符搜索] [文本搜索] [文件搜索] 本网页由 LXR引擎 自动生成.