Wrote bitwise reader; needs tests

This commit is contained in:
Dan Hirsch 2012-04-23 19:39:44 +01:00
parent 5ee7865458
commit 7adae0da7c
4 changed files with 67 additions and 5 deletions

7
src/internal.h Normal file
View 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