source: app/src/kor/common_cor.h @ 0214596

help
Last change on this file since 0214596 was ac7d970, checked in by pawelk <pawelk@…>, 16 years ago

Uaktualnilismy kora.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@23 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

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