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

View file

@ -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