Wrote basic makefile, wrote tests, and then fixed them
This commit is contained in:
parent
7adae0da7c
commit
faab7b7cf8
11 changed files with 137 additions and 11 deletions
|
|
@ -2,6 +2,9 @@
|
|||
#define HAMMER_INTERNAL__H
|
||||
#include "hammer.h"
|
||||
|
||||
long long read_bits(parse_state_t* state, int count);
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
||||
long long read_bits(input_stream_t* state, int count, char signed_p);
|
||||
|
||||
#endif // #ifndef HAMMER_INTERNAL__H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue