aboutsummaryrefslogtreecommitdiff
path: root/b32.h
diff options
context:
space:
mode:
Diffstat (limited to 'b32.h')
-rw-r--r--b32.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/b32.h b/b32.h
new file mode 100644
index 0000000..090b39f
--- /dev/null
+++ b/b32.h
@@ -0,0 +1,8 @@
+#ifndef B32_B32_H
+#define B32_B32_H
+
+#include <stdbool.h>
+
+bool b32toa(char *, const char *, size_t);
+
+#endif