Searched defs:RT_CONCAT_HLP (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h1384 #define RT_CONCAT(a,b) RT_CONCAT_HLP(a,b)
1386 #define RT_CONCAT_HLP(a,b) a##b macro

Completed in 56 milliseconds