source: src/tok.c/common_tok.h @ 5f4d9c3

Last change on this file since 5f4d9c3 was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 12 years ago

Rewritten the build system, added lem UTF-8 version.

  • Property mode set to 100644
File size: 249 bytes
Line 
1#ifndef __COMMON_TOK__H
2#define __COMMON_TOK__H
3
4#include <stdio.h>
5#include "../common/common.h"
6
7#include "cmdline.h"
8
9#define DICT_FILE "data/tok.bin"
10
11extern char dictionary[];
12
13extern void process_tok_options(gengetopt_args_info args);
14
15#endif
Note: See TracBrowser for help on using the repository browser.