include3.c

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· C语言 代码 · 共 8 行

C
8
字号
/* Unpatched, this file would include "inc/ foo.h" (note the space)  */#define PREINC_XSTR(str)             #str#define PREINC_STR(str)              PREINC_XSTR(str)#define COMP_INC(comp,file)          PREINC_STR(comp/file)#include COMP_INC(inc, foo.h)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?