The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    btowc
    
     
    wctob
    
     - convert between wide and single-byte characters
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <wchar.h>
    wint_t btowc (int c);
    int wctob (wint_t c);
     

    DESCRIPTION

    The btowc ();
    function converts a single-byte character into a corresponding wide character. If the character is EOF or not valid in the initial shift state, btowc ();
    returns WEOF

    The wctob ();
    function converts a wide character into a corresponding single-byte character. If the wide character is WEOF or not able to be represented as a single byte in the initial shift state, wctob ();
    returns WEOF  

    SEE ALSO

    mbrtowc(3), multibyte(3), wcrtomb(3)  

    STANDARDS

    The btowc ();
    and wctob ();
    functions conform to St -p1003.1-2001 .  

    HISTORY

    The btowc ();
    and wctob ();
    functions first appeared in Fx 5.0 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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