TOC PREV NEXT INDEX

ARRincr_refcnt

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.

Examples

none.

See Also

ARRalloc
ARRfree

TOC PREV NEXT INDEX