Wrote bitwise reader; needs tests
This commit is contained in:
parent
5ee7865458
commit
7adae0da7c
4 changed files with 67 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef LIB_ALLOCATOR__H__
|
||||
#define LIB_ALLOCATOR__H__
|
||||
#ifndef HAMMER_ALLOCATOR__H__
|
||||
#define HAMMER_ALLOCATOR__H__
|
||||
#include <sys/types.h>
|
||||
|
||||
typedef struct arena* arena_t; // hidden implementation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue