8 lines
167 B
C
8 lines
167 B
C
|
|
#ifndef HAMMER_INTERNAL__H
|
||
|
|
#define HAMMER_INTERNAL__H
|
||
|
|
#include "hammer.h"
|
||
|
|
|
||
|
|
long long read_bits(parse_state_t* state, int count);
|
||
|
|
|
||
|
|
#endif // #ifndef HAMMER_INTERNAL__H
|