wprintf - print formatted wide-character output
#include <stdio.h> #include <wchar.h> int wprintf(const wchar_t *format, ...);
Refer to fwprintf().