CARB_STRINGIFY
Defined in carb/Defines.h
- 
CARB_STRINGIFY(x)
- Turns a name into a string, resolving macros (i.e. - CARB_STRINGIFY(__LINE__)on line 815 will produce- "815").- Parameters
- x – The name to turn into a string. 
 
- Returns
- xas a string.
 
Defined in carb/Defines.h
Turns a name into a string, resolving macros (i.e. CARB_STRINGIFY(__LINE__) on line 815 will produce "815"). 
x – The name to turn into a string.
x as a string.