Next Previous Contents

12. SLsmg_printf

Synopsis

Format a string on the virtual display

Usage

void SLsmg_printf (char *fmt, ...)

Description

SLsmg_printf format a printf style variable argument list and writes it on the virtual display. The virtual cursor will be moved to the end of the string.

See Also

SLsmg_write_string, SLsmg_vprintf


Next Previous Contents