Availability:C-language interface function
int Ssnprintf(char
*buf, size_t size, const char *fm, ...)Print to a C string, emitting a maximum of size bytes.
Returns the number of bytes written. Currently buf uses
ENC_ISO_LATIN_1
encoding. Future versions will probably
change to ENC_UTF8
.