Skip to content

GB_inline_const

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

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

In defs.h

Description

TBD

Clone this wiki locally