The OpenNET Project / Index page

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

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

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

ffs (3)
  • >> ffs (3) ( Solaris man: Библиотечные вызовы )
  • ffs (3) ( FreeBSD man: Библиотечные вызовы )
  • ffs (3) ( Русские man: Библиотечные вызовы )
  • ffs (3) ( Linux man: Библиотечные вызовы )
  • ffs (3) ( POSIX man: Библиотечные вызовы )
  • ffs (7) ( FreeBSD man: Макропакеты и соглашения )
  •  

    NAME

    ffs - find first set bit
     
    

    SYNOPSIS

    #include <strings.h>
    
    int ffs(const int i);
    

     

    DESCRIPTION

    The ffs() function finds the first bit set (beginning with the least significant bit) and returns the index of that bit. Bits are numbered starting at one (the least significant bit).  

    RETURN VALUES

    The ffs() function returns the index of the first bit set. If i is 0, then ffs() returns 0.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

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