- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
This function returns a boolean value
indicating whether the specified array is temporary. Temporary arrays are deleted once
the last identifier which refers to them is annulled.
Invocation
void aryIstmp( Ary
∗ary, int
∗temp, int
∗status
)
Parameters :
ary
Array identifier.
temp
Returned holding a flag indicating whether the array
is temporary.
status
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑