mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add data to end of VHeader.
This commit is contained in:
@@ -288,6 +288,7 @@ typedef struct
|
||||
{
|
||||
unsigned size;
|
||||
unsigned capacity;
|
||||
char data[];
|
||||
} VHeader_;
|
||||
|
||||
static inline VHeader_* vec_new_(size_t element_size, size_t capacity)
|
||||
|
||||
Reference in New Issue
Block a user