Synopsis
void ARRincr_refcnt(void *array_pointer )
Description
ARRincr_refcnt increments an array's internal reference counter. The array_ptr must have been returned from a call to ARRalloc.
You can call this routine when you want to retain your own reference to an array allocated with ARRalloc. You release this reference by calling ARRfree.
Arguments
array_pointer
The address of the array whose reference is to be incremented.
See also