Searched refs:STRCAT (Results 1 – 2 of 2) sorted by relevance
130 #define STRCAT(X, Y) (X Y) macro
20043 +#define STRCAT(x,y) x##y20047 +#define FUNC(f) STRCAT(f, 8)20050 +#define FUNC(f) STRCAT(f, 16)20236 +#undef STRCAT