NAME
wwpprriinnttffll, ffwwpprriinnttffll, sswwpprriinnttffll, vvwwpprriinnttffll, vvffwwpprriinnttffll, vvsswwpprriinnttffll- formatted wide character output conversion
LLIIBBRRAARRYYStandard C Library (libc, -lc)
SYNOPSIS
##iinncclluuddee <
> ##iinncclluuddee <
> ##iinncclluuddee <
int ffwwpprriinnttffll(FILE * restrict stream, localet loc, const wchart * restrict format, ...); int sswwpprriinnttffll(wchart * restrict ws, sizet n, localet loc, const wchart * restrict format, ...); int wwpprriinnttffll(localet loc, const wchart * restrict format, ...);> ##iinncclluuddee <
int vvffwwpprriinnttffll(FILE * restrict stream, localet loc, const wchart * restrict, valist ap); int vvsswwpprriinnttffll(wchart * restrict ws, sizet n, localet loc, const wchart *restrict format, valist ap); int vvwwpprriinnttffll(localet loc, const wchart * restrict format, valist ap);> DESCRIPTION
The wwpprriinnttffll(), ffwwpprriinnttffll(), sswwpprriinnttffll(), vvwwpprriinnttffll(), vvffwwpprriinnttffll(), and vvsswwpprriinnttffll() functions are extended locale versions of the wwpprriinnttff(), ffwwpprriinnttff(), sswwpprriinnttff(), vvwwpprriinnttff(), vvffwwpprriinnttff(), and vvsswwpprriinnttff() functions, respectively. Refer to their manual pages for details. Also, see xlocale(3) for more information about extended locales.SEE ALSO
wprintf(3), xlocale(3) BSD March 11, 2005 BSD