mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 04:38:01 +00:00
5 lines
80 B
C
5 lines
80 B
C
CLAY__TYPEDEF($NAME$Slice, struct
|
|
{
|
|
int32_t length;
|
|
$TYPE$ *internalArray;
|
|
}); |