![]() |
![]() |
![]() |
![]() |
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_pointerExamples
none.See Also
![]() |
![]() |
![]() |
![]() |