#include "WordList.h"
#include "WordDBCache.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
static int | word_db_qcmp (WordContext *context, const WordDBCacheEntry *a, const WordDBCacheEntry *b) |