Function arrso_free#
Defined in File sparse/array/base.h
Function Documentation#
-
void arrso_free(arrso_t *arr)#
Initialization of the arrso_t type. In this case, all pointers are initialized to NULL to avoid unwanted segmentation faults.
Usage is as follows: arrso_t myArray = arrso_init();