The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

wsprintf (3)
  • >> wsprintf (3) ( Solaris man: Библиотечные вызовы )
  •  

    NAME

    wsprintf - formatted output conversion
     
    

    SYNOPSIS

    #include <stdio.h> 
    #include <widec.h>
    
    int wsprintf(wchar_t *s, const char *format, /* arg */ ... ););
    

     

    DESCRIPTION

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

    This returns the number of Process Code characters (excluding the null terminator) that have been written. The conversion 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.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE
    MT-LevelMT-Safe

     

    SEE ALSO

    wsscanf(3C), printf(3C), scanf(3C), sprintf(3C), attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру