302
Appendix A: System Routines — Apps
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
EV_quit
Declaration:
void
EV_quit
(void)
Category(ies):
Apps, Operating System, Home Screen
Description:
Switches from the current app to the Home screen.
Usually this forces your app to quit before switching to the Home screen.
However, if the calculator is in split-screen mode and Home is already on
the other side of the split, this will deactivate your app then activate the
Home screen.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
Any actions taken to deactivate or quit your application. Starting the Home
screen may cause heap compression.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
Not applicable.
Example:
EV_quit();