source: _old/app/src/kor/common_cor.h @ 8f395c8

Last change on this file since 8f395c8 was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100755
File size: 436 bytes
Line 
1#ifndef __COMMON_COR_H
2#define __COMMON_COR_H
3
4// SEKCJA STALYCH
5
6#define MAX_LEN 2
7#define PREC 1000
8#define Weight int
9
10// SEKCJA INCLUDOW
11#include "../common/common.h"
12#include "cmdline.h"
13
14
15// SEKCJA GENGETOPT
16extern int change_count;
17extern void process_cor_options(gengetopt_args_info* args);
18extern char dictionary[];
19extern char file_weights[];
20extern float threshold;
21extern bool show_scores;
22extern int result_count;
23
24#endif
25
Note: See TracBrowser for help on using the repository browser.