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.