CARB_JOIN
Defined in carb/Defines.h
- 
CARB_JOIN(a, b)
- A macro that joins two parts to create one symbol allowing one or more parameters to be a macro, as if by the - ##preprocessor operator. Example:- CARB_JOIN(test, __LINE__)on line 579 produces- test579.- Parameters
- a – The first name to join. 
- b – The second name to join.