Searched refs:APPEND2 (Results 1 – 2 of 2) sorted by relevance
30 #define APPEND(a, b) APPEND2 (a, b)31 #define APPEND2(a, b) a##b macro
33 #define APPEND(a, b) APPEND2 (a, b)34 #define APPEND2(a, b) a##b macro
Completed in 4 milliseconds