00001 00005 #ifndef __DICT_H 00006 #define __DICT_H 00007 char ***dict_get_words(const char *fn, const char *sep, int *wnum); 00008 #endif