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