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