MyWebUniversity.com Home Page
 



Darwin Mac OS X man pages main menu
PRINTFL(3)              BSD Library Functions Manual              PRINTFL(3)

NAME
     printfl, fprintfl, sprintfl, snprintfl, asprintfl, vprintfl,
     vfprintfl, vsprintfl, vsnprintfl, vasprintfl -- formatted output con-
     version

LIBRARY
     Standard C Library (libc, -lc)

SYNOPSIS
     ##include <>
     ##include <>

     int
     printfl(localet loc, const char * restrict format, ...);

     int
     fprintfl(FILE * restrict stream, localet loc,
         const char * restrict format, ...);

     int
     sprintfl(char * restrict str, localet loc,
         const char * restrict format, ...);

     int
     snprintfl(char * restrict str, sizet size, localet loc,
         const char * restrict format, ...);

     int
     asprintfl(char **ret, localet loc, const char *format, ...);

     ##include <>

     int
     vprintfl(localet loc, const char * restrict format, valist ap);

     int
     vfprintfl(FILE * restrict stream, localet loc,
         const char * restrict format, valist ap);

     int
     vsprintfl(char * restrict str, localet loc,
         const char * restrict format, valist ap);

     int
     vsnprintfl(char * restrict str, sizet size, localet loc,
         const char * restrict format, valist ap);

     int
     vasprintfl(char **ret, localet loc, const char *format, valist ap);

DESCRIPTION
     The printfl(), fprintfl(), sprintfl(), snprintfl(), asprintfl(),
     vprintfl(), vfprintfl(), vsprintfl(), vsnprintfl(), and vasprintfl()
     functions are extended locale versions of the printf(), fprintf(),
     sprintf(), snprintf(), asprintf(), vprintf(), vfprintf(), vsprintf(),
     vsnprintf(), and vasprintf() 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
Darwin Mac OS X man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™