Copyright Digital Equipment Corp. All rights reserved.
Prints formatted output based on an argument list.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <stdio.h>
int vsnprintf (char *str, size_t n, const char *format,
va_list ap);
Arguments Description Return_Values