ref: 5ea9e7588e2bf527efc822e5fb757d68d742074c
dir: /sys/src/cmd/upas/bayes/msgdb.h/
typedef struct Msgdb Msgdb; Msgdb *mdopen(char*, int); long mdget(Msgdb*, char*); void mdput(Msgdb*, char*, long); void mdenum(Msgdb*); int mdnext(Msgdb*, char**, long*); void mdclose(Msgdb*);