mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-05-21 23:21:15 +02:00
feat: add array_list_free
This commit is contained in:
@ -32,4 +32,6 @@ void array_list_test() {
|
||||
array_list_remove(list, 100);
|
||||
assert(list->size == 105);
|
||||
assert(array_list_get(list, 100) == (void *)95);
|
||||
|
||||
array_list_free(list);
|
||||
}
|
||||
|
Reference in New Issue
Block a user