This website requires JavaScript.
Explore
Help
Register
Sign In
TheZone
/
clay
Watch
1
Star
0
Fork
0
You've already forked clay
mirror of
https://github.com/nicbarker/clay.git
synced
2025-01-24 02:16:03 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
c13eef1c1e
clay
/
generator
/
array_define.template.c
6 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
[Core] Fix more C99 compliance issues (#118)
2024-12-30 00:09:14 +00:00
CLAY__TYPEDEF
(
$
NAME
$
,
struct
initial commit
2024-08-23 04:05:23 +00:00
{
uint32_t
capacity
;
uint32_t
length
;
$
TYPE
$
*
internalArray
;
[Core] Fix more C99 compliance issues (#118)
2024-12-30 00:09:14 +00:00
}
)
;
Reference in New Issue
Copy Permalink