diff options
Diffstat (limited to 'src/nb_util.h')
-rw-r--r-- | src/nb_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nb_util.h b/src/nb_util.h new file mode 100644 index 0000000..10ea124 --- /dev/null +++ b/src/nb_util.h @@ -0,0 +1,7 @@ +#ifndef NB_UTIL_H +#define NB_UTIL_H + +#include <assert.h> +#include <stdbool.h> + +#endif
\ No newline at end of file |