Appendix A: System Routines — Symbol Table Utilities
1041
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
SymFindNext
Declaration:
SYM_ENTRY *
SymFindNext
(void)
Category(ies):
Symbol Table Utilities (low-level)
Description:
Return the next symbol as specified by
SymFindFirst
.
Inputs:
None
Outputs:
SYM_ENTRY pointer to next symbol.
Assumptions:
This is a direct pointer to the symbol table, heap compression will invalidate
this pointer.
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: SymFindFirst, SymFindPrev
Example:
See
SymFindFirst
.