Dillo
v3.1.1-99-gf3103cc4
Loading...
Searching...
No Matches
trie.cc
Go to the documentation of this file.
1
#include "
dw/hyphenator.hh
"
2
3
int
main
(
int
argc,
char
*argv[])
4
{
5
if
(argc < 2) {
6
fprintf(stderr,
"Usage: trie <pattern file>\n"
);
7
exit (1);
8
}
9
10
/* Use pack = 1024 to create a really small trie - can take a while.
11
*/
12
dw::Hyphenator
hyphenator (argv[1], NULL, 1024);
13
hyphenator.
saveTrie
(stdout);
14
}
main
int main(void)
Definition
bookmarks.c:1613
dw::Hyphenator
Definition
hyphenator.hh:87
dw::Hyphenator::saveTrie
void saveTrie(FILE *fp)
Definition
hyphenator.hh:110
hyphenator.hh
test
unit
trie.cc
Generated on Sun Nov 24 2024 01:38:42 for Dillo by
1.9.8