QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1413|回复: 2

linux内核中有这样一条语句#define __KERNE

[复制链接]
发表于 2003-9-14 15:19:53 | 显示全部楼层 |阅读模式
我在学习c语言的时候,老师讲#define  CHARGE 5 这条语句意思是在程序中遇到CHARGE时
,把CHARGE换成 5 可是 #define __KERNEL_SYSCALLS__ 它子么理解,
刚开始学习linux其中有好多不懂,还请大虾指教,
--
发表于 2003-9-14 17:59:32 | 显示全部楼层
用作条件编译的呗
回复

使用道具 举报

发表于 2003-9-15 04:43:57 | 显示全部楼层
u can think it as
define __KERNEL_SYSCALLS__ as "yes"
then when u meet
#ifdef __KERNEL_SYSCALLS__
x
#else
y
#endif

u know x will be included and y will be omitted.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 09:20 , Processed in 0.101929 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表