Function arrso_init#
Defined in File sparse/array/base.h
Function Documentation#
-
arrso_t arrso_init(void)#
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();