- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
This function returns an identifier for
the base array with which an array section is associated.
Invocation
void aryBase( Ary
∗ary1,
Ary∗∗ary2,
int ∗status
)
Notes:
-
If this routine is called with "
status"
set, then a value of NULL will be returned for the "
ary2"
argument, although no further processing will occur. The same value will also be returned if the
routine should fail for any reason.
Parameters :
ary1
Identifier for an existing array section
(the function will also work if this is already a base array).
ary2
Returned holding an
identifier for the base array with which the section is associated.
status
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑