Appendix A: System Routines — Utilities
1097
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
AB_prodname
Declaration:
void
AB_prodname
(char
name
[])
Category(ies):
Utilities
Description:
Get the name of the Operating System software running in the calculator.
This is the same name that appears on the second line of the About
window.
Inputs:
None
Outputs:
name
— A buffer large enough (
≥
40 bytes) to hold the Operating
System name.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: AB_prodid, AB_serno
Example:
char prodname[40];
AB_prodname(prodname); /* get name of operating system software */