Write formatted output to stdout
#include <wchar.h>
int wprintf( const char* format,
... );
libc
The wprintf() function writes output to the stdout stream, under control of the argument format. It is the wide-character version of printf() and uses the same conversions.
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
errno, fwprintf(), printf(), swprintf(), vfwprintf(), vwprintf(), vswprintf()