addition: resize and reserve, not tested
This commit is contained in:
@@ -19,6 +19,7 @@ typedef enum {
|
||||
ARRLIST_EMPTY,
|
||||
ARRLIST_NULL_ARG,
|
||||
ARRLIST_INVALID_ELEM_SIZE,
|
||||
ARRLIST_INVALID_CAPACITY,
|
||||
} ArrayListErr;
|
||||
|
||||
ArrayList *arraylist_init(size_t capacity, size_t elem_size);
|
||||
|
||||
Reference in New Issue
Block a user