Made some tests to go through

This commit is contained in:
2025-08-21 00:06:57 +01:00
parent d2bb858144
commit 59946c8831
3 changed files with 47 additions and 34 deletions

View File

@@ -73,7 +73,7 @@ void vec_init(vec_t *, u64);
void vec_free(vec_t *);
void *vec_data(vec_t *);
void vec_ensure_free(vec_t *, u64);
void vec_append(vec_t *, void *, u64);
void vec_append(vec_t *, const void *const, u64);
void vec_clone(vec_t *, vec_t *);
/// Symbol table