hammer/src/internal.h

11 lines
215 B
C
Raw Normal View History

2012-04-23 19:39:44 +01:00
#ifndef HAMMER_INTERNAL__H
#define HAMMER_INTERNAL__H
#include "hammer.h"
#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