]> sourceware.org Git - glibc.git/blame - conform/data/ndbm.h-data
Remove pre-ISO C support
[glibc.git] / conform / data / ndbm.h-data
CommitLineData
f095bb72 1#if !defined ISO && !defined POSIX && !defined POSIX2008
7b5fd91d
UD
2type datum
3element datum {void*} dptr
4element datum size_t dsize
5
6type size_t
7
8type DBM
9
10type mode_t
11
12constant DBM_INSERT
13constant DBM_REPLACE
14
15function int dbm_clearerr (DBM*)
16function void dbm_close (DBM*)
17function int dbm_delete (DBM*, datum)
18function int dbm_error (DBM*)
19function datum dbm_fetch (DBM*, datum)
20function datum dbm_firstkey (DBM*)
21function datum dbm_nextkey (DBM*)
22function {DBM*} dbm_open (const char*, int, mode_t)
23function int dbm_store (DBM*, datum, datum, int)
24
0ed99ce4
UD
25allow dbm_*
26allow DBM_*
7b5fd91d
UD
27allow *_t
28#endif
This page took 0.250716 seconds and 5 git commands to generate.