Synopsis
void ARRFincr_refcnt(array_pointer)
void array_pointer
Description
For a complete description of this function, see ARRincr_refcnt.
Arguments
array_ptr
The address of a memory area allocated with ARRFalloc, expressed as an integer.
Example
#include <avs/omf.inc>
INTEGER iaddr
...
iaddr = ARRFalloc(0,DTYPE_FLOAT,2000,0)
IF (iaddr .EQ. 0) PRINT*,'Error allocating memory area'
call ARRFincr_refcnt(iaddr)
See also
Related modules: