mirror of
https://github.com/nicbarker/clay.git
synced 2025-01-23 18:06:04 +00:00
5 lines
73 B
C
5 lines
73 B
C
typedef struct
|
|
{
|
|
uint32_t length;
|
|
$TYPE$ *internalArray;
|
|
} $NAME$Slice; |