Go to the documentation of this file. 20 #define __CAT0_(a, b) a ## b 21 #define __CAT1_(a, b) __CAT0_(a, b) 22 #define __CAT2_(a, b) __CAT1_(a, b) 24 #define PPCAT(a, b) __CAT2_(a, b) 27 #define __STR1_(a) __STR0_(a) 28 #define __STR2_(a) __STR1_(a) 30 #define PPSTR(a) __STR2_(a) 32 #endif // PPCAT_PPSTR_H