The OpenNET Project / Index page

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

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

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

wcrtomb (3)
  • wcrtomb (3) ( Solaris man: Библиотечные вызовы )
  • >> wcrtomb (3) ( FreeBSD man: Библиотечные вызовы )
  • wcrtomb (3) ( Русские man: Библиотечные вызовы )
  • wcrtomb (3) ( Linux man: Библиотечные вызовы )
  • wcrtomb (3) ( POSIX man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    wcrtomb
    
     - convert a wide-character code to a character (restartable)
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <wchar.h>
    size_t wcrtomb (char * restrict s wchar_t wc mbstate_t * restrict ps);
     

    DESCRIPTION

    The wcrtomb ();
    function stores a multibyte sequence representing the wide character Fa wc , including any necessary shift sequences, to the character array Fa s , storing a maximum of MB_CUR_MAX bytes.

    If Fa s is NULL wcrtomb ();
    behaves as if Fa s pointed to an internal buffer and Fa wc was a null wide character (L'\0').

    The mbstate_t argument, Fa ps , is used to keep track of the shift state. If it is NULL wcrtomb ();
    uses an internal, static Vt mbstate_t object, which is initialized to the initial conversion state at program startup.  

    RETURN VALUES

    The wcrtomb ();
    functions returns the length (in bytes) of the multibyte sequence needed to represent Fa wc , or Po Vt size_t Pc Ns -1 if Fa wc is not a valid wide character code.  

    ERRORS

    The wcrtomb ();
    function will fail if:

    Bq Er EILSEQ
    An invalid wide character code was specified.
    Bq Er EINVAL
    The conversion state is invalid.

     

    SEE ALSO

    mbrtowc(3), multibyte(3), setlocale(3), wctomb(3)  

    STANDARDS

    The wcrtomb ();
    function conforms to St -isoC-99 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO
    STANDARDS


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




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

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