Next Previous Contents

13. SLsmg_vprintf

Synopsis

Format a string on the virtual display

Usage

void SLsmg_vprintf (char *fmt, va_list ap)

Description

SLsmg_vprintf formats a string in the manner of vprintf and writes the result to the display. The virtual cursor is advanced to the end of the string.

See Also

SLsmg_write_string, SLsmg_printf


Next Previous Contents