fputws(3) Library Functions Manual fputws(3) fputws - FILE LIBRARY Standard C library (libc, -lc) #include int fputws(const wchar_t *restrict ws, FILE *restrict stream); The fputws() function is the wide-character equivalent of the fputs(3) function. It writes the wide-character string starting at ws, up to but not including the terminating null wide character (L'\0'), to stream. unlocked_stdio(3). fputws() , , -1 . attributes(7). +----------------------------+----------------------------------------------------------+--------------------------+ | | | | +----------------------------+----------------------------------------------------------+--------------------------+ |fputws() | | MT-Safe | +----------------------------+----------------------------------------------------------+--------------------------+ C11, POSIX.1-2008. POSIX.1-2001, C99. fputws() LC_CTYPE . - , fopen(3), , fputws() , ws. . fputwc(3), unlocked_stdio(3) Azamat Hackimov , Dmitry Bolkhovskikh , Yuri Kozlov ; GNU 3 , . . , , . Linux man-pages 6.06 31 2023 . fputws(3)