4 #define MAXDICTIONARIES 100
5 #define MAXDICTENTRYLEN 1024
22 DictMgr(const char * dictpath
, const char * etype
);
24 int get_list(dictentry
** ppentry
);
27 int parse_file(const char * dictpath
, const char * etype
);
28 char * mystrsep(char ** stringp
, const char delim
);
29 char * mystrdup(const char * s
);
30 void mychomp(char * s
);