mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 13:18:03 +00:00
6 lines
94 B
C
6 lines
94 B
C
CLAY__TYPEDEF($NAME$, struct
|
|
{
|
|
int32_t capacity;
|
|
int32_t length;
|
|
$TYPE$ *internalArray;
|
|
}); |