Add DBuf , buffer API

This commit is contained in:
Nils O. Selåsdal
2013-07-07 22:10:41 +02:00
parent 3c5688ad54
commit 2bd5f9f5b9
4 changed files with 319 additions and 1 deletions
+3 -1
View File
@@ -21,6 +21,7 @@ extern Suite *sat_math_suite(void);
extern Suite *timers_suite(void);
extern Suite *mbuf_suite(void);
extern Suite *human_bytesz_suite(void);
extern Suite *dbuf_suite(void);
static suite_func suites[] = {
bitvec_suite,
@@ -37,7 +38,8 @@ static suite_func suites[] = {
sat_math_suite,
timers_suite,
mbuf_suite,
human_bytesz_suite
human_bytesz_suite,
dbuf_suite
};
int