- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
Determine whether an
array identifier is valid (i.e. associated with an array).
Invocation
int aryValid( Ary
∗ary, int
∗status
)
Returned Value
A flag indicating if the identifier is valid.
Parameters :
ary
Array identifier
to be tested.
status
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑