source: app/src/lem/common_lem.h @ 25ae32e

help
Last change on this file since 25ae32e was 25ae32e, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@4 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 286 bytes
Line 
1#ifndef __COMMON_LEM__H
2#define __COMMON_LEM__H
3
4#include <stdio.h>
5#define _CMDLINE_FILE "../lem/cmdline.h"
6#include "../common/common.h"
7
8#include "cmdline.h"
9
10#define DICT_FILE "lem.bin"
11
12extern char dictionary[];
13
14extern void process_lem_options(gengetopt_args_info* args);
15
16#endif
Note: See TracBrowser for help on using the repository browser.