The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    mbstowcs
    
     - convert a character string to a wide-character string
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <stdlib.h>
    size_t Fo mbstowcs Fa wchar_t * restrict wcstring const char * restrict mbstring Fa size_t nwchars Fc  

    DESCRIPTION

    The mbstowcs ();
    function converts a multibyte character string Fa mbstring beginning in the initial conversion state into a wide character string Fa wcstring . No more than Fa nwchars wide characters are stored. A terminating null wide character is appended if there is room.  

    RETURN VALUES

    The mbstowcs ();
    function returns the number of wide characters converted, not counting any terminating null wide character, or -1 if an invalid multibyte character was encountered.  

    ERRORS

    The mbstowcs ();
    function will fail if:

    Bq Er EILSEQ
    An invalid multibyte sequence was detected.
    Bq Er EINVAL
    The conversion state is invalid.

     

    SEE ALSO

    mbsrtowcs(3), mbtowc(3), multibyte(3)  

    STANDARDS

    The mbstowcs ();
    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
    Добавить, Поддержать, Вебмастеру