Wrote bitwise reader; needs tests
This commit is contained in:
parent
5ee7865458
commit
7adae0da7c
4 changed files with 67 additions and 5 deletions
7
src/internal.h
Normal file
7
src/internal.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue