Appendix A: System Routines — Strings
985
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_zstr
Declaration:
void
push_zstr
(char *
str
)
Category(ies):
Strings, EStack Utilities
Description:
Pushes a null terminated string onto the estack in tokenized form.
Inputs:
str
— A pointer to a null terminated string.
Outputs:
Pushes the tokenized form of the string onto the estack.
Assumptions:
None
Side Effects:
May cause expression stack to grow or heap compression.
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: push_char, push_format, push_instring, push_ord, push_str_to_expr,
push_string
Example:
push_zstr (“hello”);
Pushes the following tokenized form onto the estack.
0 h e l l o 0 STR_DATA_TAG