1 GB_inline_const
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

Definition

#define GB_inline_const(type, ...) (*({static const typeof(type) = VA_ARGS; &;}))

In defs.h

Description

TBD