source:
app/src/cor/common_cor.h
@
a4d0da5
Last change on this file since a4d0da5 was 25ae32e, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
File size: 311 bytes |
Line | |
---|---|
1 | #ifndef __COMMON_COR_H |
2 | #define __COMMON_COR_H |
3 | |
4 | #include <stdio.h> |
5 | |
6 | #define _CMDLINE_FILE "../cor/cmdline.h" |
7 | #include "../common/common.h" |
8 | |
9 | #include "cmdline.h" |
10 | |
11 | #define DICT_FILE "cor.bin" |
12 | |
13 | extern int change_count; |
14 | |
15 | extern void process_cor_options(gengetopt_args_info* args); |
16 | |
17 | extern char dictionary[]; |
18 | |
19 | #endif |
Note: See TracBrowser
for help on using the repository browser.