National Institute of Advanced Industrial Science and Technology (AIST) This page is a page of the former research institute. We stopped updating on March 31.2001.
E-mail to webmaster (Japanese) E-mail to webmaster (English)
next up previous contents index
Next: Unix Processes Up: Unix System Calls Previous: IOCTL

Keyed Indexed Files

Recent Unix provides with the dbm or ndbm library for the management of keyed index files. Making use of this library, you can build a data base that is composed of many pairs of key and datum association. Following functions are defined in clib/ndbm.c. On Sun, it should be compiled by cc -c -Dsun4 -Bstatic, and loaded into EusLisp by (load "clib/ndbm" :ld-option "-lc").

  dbm-open dbname mode flag [function]

  dbm-store db key datum mode [function]   dbm-fetch db key [function]



Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996