#ifndef __COMMON_LEM__H #define __COMMON_LEM__H #include #include "../common/common.h" #include "cmdline.h" #define DICT_FILE "lem.bin" extern char dictionary[]; extern void process_lem_options(gengetopt_args_info* args); #endif