340
Appendix A: System Routines — Data Utilities
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
GetFuncPrgmBodyPtr
Declaration:
EStackIndex
GetFuncPrgmBodyPtr
(EStackIndex
userDefTagPtr
)
Category(ies):
Data Utilities
Description:
Given a pointer to a USER_DEF_TAG, return the pointer to the function or
program body — the parameters and flags are skipped.
Inputs:
userDefTagPtr
— Pointer to the USER_DEF_TAG of a program or
function.
Outputs:
Pointer to the program or function body.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.00 or higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
See
SymFindMain
.