7.24.2.11 The wprintf function
Synopsis
#include <wchar.h>
int wprintf(const wchar_t * restrict format, ...);
Description
The wprintf function is equivalent to fwprintf with the argument stdout interposed before the arguments to wprintf.
Returns
The wprintf function returns the number of wide characters transmitted, or a negative value if an output or encoding error occurred.