The OpenNET Project / Index page

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

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

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

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

    NAME

    ndbm.h, ndbm - definitions for ndbm database operations
     
    

    SYNOPSIS

    #include <ndbm.h> 
    

     

    DESCRIPTION

    The <ndbm.h> header defines the datum type as a structure that includes at least the following members:

    void   *dptr     /* pointer to the application's data */
    size_t dsize     /* size of the object pointed to by dptr */
    

    The size_t type is defined through typedef as described in <stddef.h>.

    The <ndbm.h> header defines the DBM type through typedef.

    The following constants are defined as possible values for the store_mode argument to dbm_store():

    DBM_INSERT

    Insertion of new entries only.

    DBM_REPLACE

    Allow replacing existing entries.

     

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

     

    SEE ALSO

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