YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
预处理器通用助手宏。 更多...
宏定义 | |
#define | YPP_Empty |
替换为空的预处理记号。 更多... | |
#define | YPP_Comma , |
替换为逗号的预处理记号。 更多... | |
#define | YPP_Join(x, y) YPP_Concat(x, y) |
#define | YPP_Concat(x, y) x ## y |
预处理器通用助手宏。
#define YPP_Join | ( | x, | |
y | |||
) | YPP_Concat(x, y) |