2012-04-23 19:39:44 +01:00
|
|
|
#ifndef HAMMER_INTERNAL__H
|
|
|
|
|
#define HAMMER_INTERNAL__H
|
|
|
|
|
#include "hammer.h"
|
|
|
|
|
|
2012-04-29 01:45:52 +01:00
|
|
|
#define false 0
|
|
|
|
|
#define true 1
|
|
|
|
|
|
|
|
|
|
long long read_bits(input_stream_t* state, int count, char signed_p);
|
2012-04-23 19:39:44 +01:00
|
|
|
|
|
|
|
|
#endif // #ifndef HAMMER_INTERNAL__H
|