The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    isblank
    
     - space or tab character test
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <ctype.h>
    int isblank (int c);
     

    DESCRIPTION

    The isblank ();
    function tests for a space or tab character. For any locale, this includes the following standard characters:

    "``\t'' `` ''"

    In the "C" locale isblank ();
    successful test is limited to this characters only. The value of the argument must be representable as an Vt unsigned char or the value of EOF  

    RETURN VALUES

    The isblank ();
    function returns zero if the character tests false and returns non-zero if the character tests true.  

    COMPATIBILITY

    The BSD 4.4 extension of accepting arguments outside of the range of the Vt unsigned char type in locales with large character sets is considered obsolete and may not be supported in future releases. The iswblank ();
    function should be used instead.  

    SEE ALSO

    ctype(3), iswblank(3), ascii(7)  

    STANDARDS

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


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    COMPATIBILITY
    SEE ALSO
    STANDARDS


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




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

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