The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    wcstombs
    
     - convert a wide-character string to a character string
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

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

    DESCRIPTION

    The wcstombs ();
    function converts a wide character string Fa wcstring into a multibyte character string, Fa mbstring , beginning in the initial conversion state. Up to Fa nbytes bytes are stored in Fa mbstring . Partial multibyte characters at the end of the string are not stored. The multibyte character string is null terminated if there is room.  

    RETURN VALUES

    The wcstombs ();
    function returns the number of bytes converted (not including any terminating null), if successful, otherwise it returns Po Vt size_t Pc Ns -1 .  

    ERRORS

    The wcstombs ();
    function will fail if:

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

     

    SEE ALSO

    mbstowcs(3), multibyte(3), wcsrtombs(3), wctomb(3)  

    STANDARDS

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