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-23 18:06:04 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
44fb89c8b6
clay
/
generator
/
array_define_slice.template.c
5 lines
80 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
$
Slice
,
struct
Multi-type elements (#34)
2024-10-22 07:41:35 +00:00
{
[Core] Standardise number types to int32_t for array indices, lengths and capacities (#152)
2025-01-02 22:24:32 +00:00
int32_t
length
;
Multi-type elements (#34)
2024-10-22 07:41:35 +00:00
$
TYPE
$
*
internalArray
;
[Core] Fix more C99 compliance issues (#118)
2024-12-30 00:09:14 +00:00
}
)
;
Reference in New Issue
Copy Permalink