clay/generator/array_define.template.c

6 lines
94 B
C

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