Blame view

morfeusz/fsa/const.hpp 436 Bytes
Michał Lenart authored
1
2
3
4
5
6
7
8
9
10
/* 
 * File:   const.hpp
 * Author: mlenart
 *
 * Created on 12 listopad 2013, 14:11
 */

#ifndef CONST_HPP
#define	CONST_HPP
Michał Lenart authored
11
#include <inttypes.h>
Michał Lenart authored
12
13
14
15
16
17

extern const uint32_t MAGIC_NUMBER;
extern const uint8_t VERSION_NUM;

extern const unsigned int VERSION_NUM_OFFSET;
extern const unsigned int IMPLEMENTATION_NUM_OFFSET;
Michał Lenart authored
18
19
extern const unsigned int FSA_DATA_SIZE_OFFSET;
extern const unsigned int FSA_DATA_OFFSET;
Michał Lenart authored
20
21
22

#endif	/* CONST_HPP */