7

cまたはc ++でマクロ名を出力する方法例:

#define APINAME abc
#define PRINTAPI(x) printf("x")

「abc」ではなく PRINTAPI(APINAME) を出力したい

4

2 に答える 2