Searched refs:___PASTE (Results 1 – 1 of 1) sorted by relevance
32 #define ___PASTE(a, b) a##b macro33 #define __PASTE(a, b) ___PASTE(a, b)