#ifndef __COMMON_LEM__H #define __COMMON_LEM__H #include #define _CMDLINE_FILE "../lem/cmdline.h" #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