help
Last change
on this file since 13a8a67 was
13a8a67,
checked in by pawelk <pawelk@…>, 17 years ago
|
Przejrzalem narzedzia pod katem includow CMDLINE_FILE.
Gdzie mozna bylo, usunalem.
Jest pewien balagan w Makefile'ach, bo nadmiarowo dodalem -D ....
Calosc sie kompiluje i generuje sie tarball.
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@36 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
|
-
Property mode set to
100644
|
File size:
245 bytes
|
Rev | Line | |
---|
[25ae32e] | 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.