We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#define GB_inline_const(type, ...) (*({static const typeof(type) = VA_ARGS; &;}))
In defs.h
defs.h
TBD