Next Previous Contents

14. void SLsmg_write_string (char *);

Synopsis

Write a character string on the display

Usage

void SLsmg_write_string (char *s)

Description

The function SLsmg_write_string displays the string s on the virtual display at the current position and moves the position to the end of the string.

See Also

SLsmg_printf, SLsmg_write_nstring


Next Previous Contents