source:
app/src/lem/common_lem.h
@
a4d0da5
Last change on this file since a4d0da5 was 25ae32e, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
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 | |
12 | extern char dictionary[]; |
13 | |
14 | extern void process_lem_options(gengetopt_args_info* args); |
15 | |
16 | #endif |
Note: See TracBrowser
for help on using the repository browser.