Function arrsso_init#
Defined in File semisparse/array/base.h
Function Documentation#
-
arrsso_t arrsso_init(void)#
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();