addition: set and get, not tested

This commit is contained in:
2026-04-15 07:38:04 -06:00
parent 520dd9d52e
commit 0fc64c2d8d
2 changed files with 32 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ typedef enum {
ARRLIST_BAD_ALLOC,
ARRLIST_EMPTY,
ARRLIST_NULL_ARG,
ARRLIST_INVALID_CAPACITY,
ARRLIST_INVALID_ELEM_SIZE,
} ArrayListErr;