The vsprintf function

Name

vsprintf -- 

Synopsis

#include <stdio.h>

int vsprintf (char *s, const, char *format, va_list arg);

Description

The vsprintf function is supported as specified in ANSI C 7.9.6.9.

Returns

The vsprintf function returns the number of characters printed.