#include "mfstream.h"#include <stdio.h>#include <stdlib.h>#include <iomanip>#include <iostream>#include <fstream>#include "mempool.h"#include "htable.h"#include "dictionary.h"#include "index.h"#include "util.h"Go to the source code of this file.
| Functions | |
| int | cmpdictentry (const void *a, const void *b) | 
| int cmpdictentry | ( | const void * | a, | |
| const void * | b | |||
| ) | 
Definition at line 360 of file dictionary.cpp.
References dict_entry::freq, and dict_entry::word.
Referenced by dictionary::sort().

 1.5.9
 1.5.9