Last change
on this file since abd28d1 was
5f4d9c3,
checked in by Maciej Prill <mprill@…>, 13 years ago
|
Rewritten the build system, added lem UTF-8 version.
|
-
Property mode set to
100644
|
File size:
389 bytes
|
Line | |
---|
1 | #ifndef __COMMON_GUESS_H |
---|
2 | #define __COMMON_GUESS_H |
---|
3 | |
---|
4 | #include <stdio.h> |
---|
5 | #define _CMDLINE_FILE "../gue/cmdline.h" |
---|
6 | #include "../common/common.h" |
---|
7 | #include "cmdline.h" |
---|
8 | |
---|
9 | #define DIC_FILE "gue.bin" |
---|
10 | |
---|
11 | extern int guess_count; |
---|
12 | extern double delta; |
---|
13 | extern int cut_off; |
---|
14 | extern char dictionary[]; |
---|
15 | extern bool per_info; |
---|
16 | extern bool weights; |
---|
17 | |
---|
18 | void process_guess_options(gengetopt_args_info* args); |
---|
19 | |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.