silc_vsnprintf
SYNOPSIS
int silc_vsnprintf(char *str, size_t count, const char *fmt,
va_list args)
DESCRIPTION
Same as silc_snprintf but takes the argument for the formatting from the `args' variable argument list.
| Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
int silc_vsnprintf(char *str, size_t count, const char *fmt,
va_list args)
DESCRIPTION
Same as silc_snprintf but takes the argument for the formatting from the `args' variable argument list.