|
|
1.1 ! root 1: /* @(#)llib-ldbm 1.1 (Berkeley) 3/13/86 */ ! 2: ! 3: /* LINTLIBRARY */ ! 4: ! 5: #include <dbm.h> ! 6: ! 7: int dbminit(file) char *file; { return 0; } ! 8: datum fetch(key) datum key; { return key; } ! 9: int store(key, content) datum key, content; { return 0; } ! 10: int delete(key) datum key; { return 0; } ! 11: datum firstkey() { datum item; return item; } ! 12: datum nextkey(key) datum key; { return key; }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.