- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
This function unmaps an array which has previously
been mapped for READ, UPDATE or WRITE access.
Invocation
void aryUnmap( Ary
ary, int
status
)
Notes:
-
This function attempts to execute even if "
status"
is set on entry, although no further error report will
be made if it subsequently fails under these circumstances.
-
An error will result if the array has not previously been mapped for access.
Parameters :
ary
Array identifier.
status
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑