Last change
on this file since f4bf33e was
5f4d9c3,
checked in by Maciej Prill <mprill@…>, 13 years ago
|
Rewritten the build system, added lem UTF-8 version.
|
-
Property mode set to
100644
|
File size:
260 bytes
|
Line | |
---|
1 | #ifndef __COMMON_LEM__H |
---|
2 | #define __COMMON_LEM__H |
---|
3 | |
---|
4 | #include <stdio.h> |
---|
5 | #include "../common/common.h" |
---|
6 | |
---|
7 | #include "cmdline.h" |
---|
8 | |
---|
9 | #define DICT_FILE "lem.bin" |
---|
10 | |
---|
11 | extern char dictionary[]; |
---|
12 | |
---|
13 | extern void process_lem_options(gengetopt_args_info* args); |
---|
14 | |
---|
15 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.