1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-21 06:15:53 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
ChepakiLeCookie
e0115dd7d9
fix: error in array_list_remove (always removed the last index and not the index given) (#6)
Co-authored-by: Maxime Rumpler <mrumpler68@gmail.com>
2023-10-13 11:04:38 +02:00
d231a0f055
feat: add array_list_free 2023-08-03 19:42:50 +02:00
Divlo
bd85171e2d
refactor: include only in header files 2023-01-07 19:41:04 +01:00
Divlo
886038a0ac
feat: add array_list data structure
fixes #2
2023-01-07 19:40:16 +01:00