ref: d7d2d068cc26ec42335f043e7b8f07c61c08802f
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*);