988
Appendix A: System Routines — Strings
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
sprintf
(continued)
Inputs:
buf
— Output character buffer.
fmt_str
— Input format string.
Outputs:
The number of characters stored in
buf
, not counting the terminating
null-character.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also: scanf
Example:
See
strcpy
,
strpbrk
,
strrchr
, and
strtol
.