Searched refs:CONCAT_5 (Results 1 – 1 of 1) sorted by relevance
25 #define CONCAT_5(a,b,c,d,e) a##b##c##d##e macro29 #define CONCAT(...) CONCAT_HELPER(__VA_ARGS__, CONCAT_6, CONCAT_5, CONCAT_4, CONCAT_3, CONCAT_2…