#ifndef __COMMON_COR_H #define __COMMON_COR_H // SEKCJA STALYCH #define MAX_LEN 2 #define PREC 1000 #define Weight int // SEKCJA INCLUDOW #include "../common/common.h" #include "cmdline.h" // 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