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

x as a string.