#ifndef __COMMON_COR_H #define __COMMON_COR_H // SEKCJA STALYCH #ifndef _CMDLINE_FILE #define _CMDLINE_FILE "../kor/cmdline.h" #endif #define MAX_LEN 2 #define PREC 1000 #define Weight int // SEKCJA INCLUDOW #include "../common/common.h" #include _CMDLINE_FILE // SEKCJA GENGETOPT extern int change_count; extern void process_cor_options(gengetopt_args_info* args); extern char dictionary[]; extern char file_weights[]; extern float threshold; extern bool show_scores; extern int result_count; #endif