Add documentation, expand error handling, implement file and buffer io

This commit is contained in:
2024-06-03 22:11:05 +03:00
parent fdbabab0e0
commit 79874622a2
37 changed files with 5531 additions and 986 deletions

View File

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