Add documentation, expand error handling, implement file and buffer io
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef BHLIB_UNIT_H
|
||||
#define BHLIB_UNIT_H
|
||||
#ifndef BH_UNIT_H
|
||||
#define BH_UNIT_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -21,4 +21,4 @@ typedef int (*bh_unit_cb_t)(void);
|
||||
void bh_unit_add(const char *name, bh_unit_cb_t func);
|
||||
int bh_unit_run(void);
|
||||
|
||||
#endif /* BHLIB_UNIT_H */
|
||||
#endif /* BH_UNIT_H */
|
||||
|
||||
Reference in New Issue
Block a user