Strophe 0.13
XMPP client library
|
Compatibility wrappers for OSes lacking snprintf(3) and/or vsnprintf(3). More...
Functions | |
int | strophe_snprintf (char *str, size_t count, const char *fmt,...) |
int | strophe_vsnprintf (char *str, size_t count, const char *fmt, va_list arg) |
Compatibility wrappers for OSes lacking snprintf(3) and/or vsnprintf(3).
int strophe_snprintf | ( | char * | str, |
size_t | count, | ||
const char * | fmt, | ||
... | |||
) |
int strophe_vsnprintf | ( | char * | str, |
size_t | count, | ||
const char * | fmt, | ||
va_list | arg | ||
) |