TOC PREV NEXT INDEX

ARRrefcnt

Synopsis

int ARRrefcnt (void *array_pointer)

Description

Returns the current reference count of the array specified by array_pointer. Returns -1 and prints out a error message if the the array is not being managed by the ARR package.

Arguments

array_pointer
The address of the array.

Examples

none.

See Also

none.

TOC PREV NEXT INDEX