小编alk*_*dey的帖子

#ifdef和#ifndef的作用

#define one 0
#ifdef one
printf("one is defined ");
#ifndef one
printf("one is not defined ");
Run Code Online (Sandbox Code Playgroud)

在这个有什么作用#ifdef#ifndef,什么是输出?

c-preprocessor

94
推荐指数
2
解决办法
16万
查看次数

标签 统计

c-preprocessor ×1