WPRINTF(3) Library Functions Manual WPRINTF(3)

wprintfprint formatted wide-character output

#include <stdio.h>
#include <wchar.h>

int wprintf(const wchar_t *format, ...);

Refer to fwprintf(3) .

February 1997 posix.fail