vprintf(3W) DG/UX R4.11MU05 vprintf(3W)
NAME
vprintf, vfprintf, vsprintf - print formatted output of a variable
argument list
SYNOPSIS
#include <stdio.h>
#include <stdarg.h>
#include <widec.h>
int vprintf (const char *format, valist ap);
int vfprintf (FILE *stream, const char *format, valist ap);
int vsprintf (char *s, const char *format, valist ap);
DESCRIPTION (International Functions)
The interfaces above that existed in libw are now obsolete and no
longer supported. Instead of the old %wc and %ws formats, one should
use the new %C and %S formats as described in the vprintf(3S).
SEE ALSO
vprintf(3S)
Licensed material--property of copyright holder(s)