MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


Standard C Library Functions                         wsprintf(3C)



NAME
     wsprintf - formatted output conversion

SYNOPSIS
     #include 
     #include 

     int wsprintf(wchart *s, const char *format, /* arg */ ... ););


DESCRIPTION
     The wsprintf() function outputs a Process Code string ending
     with  a  Process  Code  (wchart) null character.  It is the
     user's responsibility to  allocate  enough  space  for  this
     wchart string.


     This returns the number of Process Code characters  (exclud-
     ing the null terminator) that have been written. The conver-
     sion specifications and behavior of wsprintf() are the  same
     as  the  regular sprintf(3C) function except that the result
     is a Process Code string for  wsprintf(),  and  on  Extended
     Unix Code (EUC) character string for sprintf().

RETURN VALUES
     Upon successful completion, wsprintf() returns the number of
     characters printed. Otherwise, a negative value is returned.

ATRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:



     
     ATRIBUTE TYPE                ATRIBUTE VALUE             
     MT-Level                      MT-Safe                     
    


SEE ALSO
     wsscanf(3C),  printf(3C),  scanf(3C),  sprintf(3C),   attri-
     butes(5)












SunOS 5.11          Last change: 29 Dec 1996                    1



OpenSolaris man pages main menu

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