printf(3W) DG/UX R4.11MU05 printf(3W)
NAME
printf, fprintf, sprintf - print formatted output
SYNOPSIS
#include <stdio.h>
#include <widec.h>
int printf (const char *format [, arg] ... );
int fprintf (FILE *stream, const char *format [, arg] ... );
int sprintf (char *s, const char *format [, arg] ... );
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 printf(3S).
SEE ALSO
printf(3S)
Licensed material--property of copyright holder(s)