#include <glib.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
char *** | dict_get_words (const char *fn, const char *sep, int *wnum) |
Read a dictionary from a file. More... |
Definition in file dict.c.
|
Read a dictionary from a file.
Definition at line 20 of file dict.c. Referenced by dict_new_from_file(). |