shithub: riscv

ref: b7105fe0662b57689f629ac768dd084f8a1589a4
dir: /sys/src/cmd/upas/bayes/msgdb.h/

View raw version
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*);