The OpenNET Project / Index page

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

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

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

search.h (3)
  • >> search.h (3) ( Solaris man: Библиотечные вызовы )
  • search.h (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    search.h, search - search tables
     
    

    SYNOPSIS

    #include <search.h>
    

     

    DESCRIPTION

    The <search.h> header defines the ENTRY type for structure entry, which includes the following members:

    char *key
    void *data
    

    and defines ACTION and VISIT as enumeration data types through type definitions as follows:

    enum { FIND, ENTER } ACTION;
    enum { preorder, postorder, endorder, leaf } VISIT;
    

    The size_t type is defined as described in <sys/types.h>. See types.h(3HEAD).  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

     

    SEE ALSO

    hsearch(3C), insque(3C), lsearch(3C), tsearch(3C), types.h(3HEAD), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    ATTRIBUTES
    SEE ALSO


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




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

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