source: src/cor/common_cor.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: 351 bytes
Line 
1#ifndef __COMMON_COR_H
2#define __COMMON_COR_H
3
4#include <stdio.h>
5
6//do wyrzucenia - definicja w Makefile! #define _CMDLINE_FILE "../cor/cmdline.h"
7#include "../common/common.h"
8
9#include "cmdline.h"
10
11#define DICT_FILE "cor.bin"
12
13extern int change_count;
14
15extern void process_cor_options(gengetopt_args_info* args);
16
17extern char dictionary[];
18
19#endif
Note: See TracBrowser for help on using the repository browser.