![]() |
![]() |
![]() |
Write output to a stream
#include <wchar.h> int fwprintf( FILE * fp, const wchar_t * format, ... );
libc
The fwprintf() function writes output to the stream specified by fp, under control of the format specifier.
The format string is the same as the one used by printf(). The fwprint() function is the wide-character version of fprintf().
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
errno, printf(), swprintf(), vfwprintf(), vwprintf(), vswprintf() wprintf(),
![]() |
![]() |
![]() |