fputws
fputws
Defined in header <wchar.h> | ||
---|---|---|
int fputws( const wchar_t *str, FILE *stream ); | (until C99) (since C95) | |
int fputws( const wchar_t * restrict str, FILE * restrict stream ); | (since C99) |
Writes every character from the null-terminated wide string str
to the output stream stream
, as if by repeatedly executing fputwc
.
The terminating null wide cha