WPRINTF(3) Library Functions Manual WPRINTF(3)
NAME
wprintf — print
formatted wide-character output
SYNOPSIS
#include <stdio.h> #include <wchar.h> int wprintf(const wchar_t *format, ...);
DESCRIPTION
Refer to fwprintf(3) .
February 1997 posix.fail