From: utzoo!decvax!harpo!floyd!cmcl2!philabs!mcvax!ukc!regi:gsw
Newsgroups: net.unix-wizards
Title: Re: Anyone used the dbm(3) routines ?
Article-I.D.: regi.64
Posted: Wed Feb  2 13:47:57 1983
Received: Fri Feb 11 07:04:22 1983
References: fluke.684 utah-gr.690

I have used the dbm(3) routines to store C structures which I find rather
useful. I declared a structure

struct mydatum {
	union {
		char *dbmptr;
		struct gratf *gr;
	} dptr;
	int dsize;
};

where gratf is the C structure I want to store. This works fine on our 11/750.

		Gordon Watson
		...decvax!mcvax!ukc!gsw@regi