aryAnnul

Annul an array pointer

Description:

This function annuls the array pointer supplied so that it is no longer recognised as a valid pointer by the ARY_ routines. Any resources associated with it are released and made available for re-use. If the array is mapped for access, then it is automatically unmapped by this routine.

Invocation

void aryAnnul( Ary ary, int status )

Notes:

Parameters :

ary
Address of the array pointer to be annulled. A value of NULL is returned in place of the supplied pointer.
status
The global status.