Sparse 0.0.1
Sparse Array for C
|
In this section we'll discuss creation of the sparse array.
Based on Example file.
A standard way to create dynarr_t
is to call a macro wrapper dynarr_create, it passes default option values, so you dont have to provide them yourself.
You can avoid macro wrapper with default values if you know what you are doing.
Prevent memory leaks by deallocation resources, when they not needed anymore!