The OpenNET Project / Index page

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

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

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

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

    NAME

    wcwidth - number of column positions of a wide-character code
     
    

    SYNOPSIS

    #include <wchar.h>
    
    int wcwidth(wchar_t wc);
    

     

    DESCRIPTION

    The wcwidth() function determines the number of column positions required for the wide character wc. The value of wc must be a character representable as a wchar_t, and must be a wide-character code corresponding to a valid character in the current locale.  

    RETURN VALUES

    The wcwidth() function either returns 0 (if wc is a null wide-character code), or returns the number of column positions to be occupied by the wide-character code wc, or returns -1 (if wc does not correspond to a printing wide-character code).  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    CSIEnabled

    Interface Stability

    MT-Level

     

    SEE ALSO

    setlocale(3C), wcswidth(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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