NAME
pprriinnttffll, ffpprriinnttffll, sspprriinnttffll, ssnnpprriinnttffll, aasspprriinnttffll, vvpprriinnttffll,vvffpprriinnttffll, vvsspprriinnttffll, vvssnnpprriinnttffll, vvaasspprriinnttffll - formatted output con-
version LLIIBBRRAARRYYStandard C Library (libc, -lc)
SYNOPSIS
##iinncclluuddee <
> ##iinncclluuddee <
int pprriinnttffll(localet loc, const char * restrict format, ...); int ffpprriinnttffll(FILE * restrict stream, localet loc, const char * restrict format, ...); int sspprriinnttffll(char * restrict str, localet loc, const char * restrict format, ...); int ssnnpprriinnttffll(char * restrict str, sizet size, localet loc, const char * restrict format, ...); int aasspprriinnttffll(char **ret, localet loc, const char *format, ...);> ##iinncclluuddee <
int vvpprriinnttffll(localet loc, const char * restrict format, valist ap); int vvffpprriinnttffll(FILE * restrict stream, localet loc, const char * restrict format, valist ap); int vvsspprriinnttffll(char * restrict str, localet loc, const char * restrict format, valist ap); int vvssnnpprriinnttffll(char * restrict str, sizet size, localet loc, const char * restrict format, valist ap); int vvaasspprriinnttffll(char **ret, localet loc, const char *format, valist ap);> DESCRIPTION
The pprriinnttffll(), ffpprriinnttffll(), sspprriinnttffll(), ssnnpprriinnttffll(), aasspprriinnttffll(), vvpprriinnttffll(), vvffpprriinnttffll(), vvsspprriinnttffll(), vvssnnpprriinnttffll(), and vvaasspprriinnttffll() functions are extended locale versions of the pprriinnttff(), ffpprriinnttff(), sspprriinnttff(), ssnnpprriinnttff(), aasspprriinnttff(), vvpprriinnttff(), vvffpprriinnttff(), vvsspprriinnttff(), vvssnnpprriinnttff(), and vvaasspprriinnttff() functions, respectively. Refer to their manual pages for details. Also, see xlocale(3) for more information about extended locales.SEE ALSO
printf(3), xlocale(3) BSD March 11, 2005 BSD