source: src/lem/common_lem.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: 245 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
11extern char dictionary[];
12
13extern void process_lem_options(gengetopt_args_info* args);
14
15#endif
Note: See TracBrowser for help on using the repository browser.