utt/src/gue/common_guess.h

21 lines
389 B
C

#ifndef __COMMON_GUESS_H
#define __COMMON_GUESS_H
#include <stdio.h>
#define _CMDLINE_FILE "../gue/cmdline.h"
#include "../common/common.h"
#include "cmdline.h"
#define DIC_FILE "gue.bin"
extern int guess_count;
extern double delta;
extern int cut_off;
extern char dictionary[];
extern bool per_info;
extern bool weights;
void process_guess_options(gengetopt_args_info* args);
#endif