mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-18 20:28:01 +00:00
6 lines
86 B
C
6 lines
86 B
C
typedef struct
|
|
{
|
|
int32_t capacity;
|
|
int32_t length;
|
|
$TYPE$ *internalArray;
|
|
} $NAME$; |