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.