at least strings and vectors of ints work, not much else though... contributions welcome
This commit is contained in:
@@ -35,6 +35,8 @@ void *vector_get_at(vector_t *self, int index); // get an element at the giv
|
||||
|
||||
void vector_remove_at(vector_t *self, int index);
|
||||
|
||||
void vector_deep_copy(vector_t *src, vector_t *dst);
|
||||
|
||||
|
||||
|
||||
void _vector_print_recursive(vector_t *self, int depth);
|
||||
|
||||
Reference in New Issue
Block a user