A fancy C lib designed to make life easier by using dymanic arrays!
Just a very small lib.
You can use the lib by including the dynarray.h.
-
array size increase
-
array size decrease
-
array set size
-
array set size (safe!)
-
array push value (add space if array is on its limit!)
-
array pop value (deletes it!)
-
array fit to other array
-
array insert any value at any index (no out of bounce possible!!!)
-
array clear (set the whole array to a specific value)
-
get array value at a specific index
-
set array value at a specific index
-
get array length (currently used space)
-
get whole array space
License is set to GPL-2.0, see License file for more information.