hammer/src/internal.h

10 lines
215 B
C

#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);
#endif // #ifndef HAMMER_INTERNAL__H