source: src/gue/common_guess.h @ 5f4d9c3

Last change on this file since 5f4d9c3 was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 12 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
11extern int guess_count;
12extern double delta;
13extern int cut_off;
14extern char dictionary[];
15extern bool per_info;
16extern bool weights;
17
18void process_guess_options(gengetopt_args_info* args);
19
20#endif
Note: See TracBrowser for help on using the repository browser.