Searched refs:CONCAT_STR5 (Results 1 – 1 of 1) sorted by relevance
58 #define CONCAT_STR5(a,b,c,d,e) TO_STR(a:b:c:d:e) macro62 #define CONCAT_STR(...) CONCAT_STR_HELPER(__VA_ARGS__, CONCAT_STR6, CONCAT_STR5, CONCAT_STR4, CONCA…