/Unix-v7-DBM

This is the (mostly) unmodified source code for the original implementation of DBM that shipped with v7 unix.

Primary LanguageC

About

I got sick of not knowing where the source code to DBM was so I found it in some archive, modified it a little bit and threw it in here.

This repository is slightly different in that I've updated to code to compile and run on my modern linux box.

Compilation

make

This will compile both libdbm.so and the example binary. You can test out the example with:

LD_LIBRARY_PATH=./ ./example