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