Searched refs:CONCAT_NAME_A (Results 1 – 1 of 1) sorted by relevance
16 #define CONCAT_NAME_A(a, b) a ## b macro17 #define CONCAT_NAME(a, b) CONCAT_NAME_A(a, b)
Completed in 2 milliseconds