Last change
on this file since f4bf33e 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:
436 bytes
|
Rev | Line | |
---|
[5f4d9c3] | 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 |
---|
| 16 | extern int change_count; |
---|
| 17 | extern void process_cor_options(gengetopt_args_info* args); |
---|
| 18 | extern char dictionary[]; |
---|
| 19 | extern char file_weights[]; |
---|
| 20 | extern float threshold; |
---|
| 21 | extern bool show_scores; |
---|
| 22 | extern int result_count; |
---|
| 23 | |
---|
| 24 | #endif |
---|
| 25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.