clay/generator/array_define.template.c

6 lines
96 B
C

CLAY__TYPEDEF($NAME$, struct
{
uint32_t capacity;
uint32_t length;
$TYPE$ *internalArray;
});