ARRvalid Synopsis int ARRvalid (void *array_pointer) Description Returns 1 if the the array specified by array_pointer is being managed by the ARR package, returns 0 otherwise. Arguments array_pointer The address of the array. Examples none. See Also none.