aboutsummaryrefslogtreecommitdiff
path: root/b32.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-11 15:22:02 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-11 15:22:02 +0200
commit928ba58c880a3842abdff3c446bfe956c8dc48ae (patch)
tree8376d9297aecdcfdcae5695f3ff21627cf502263 /b32.h
Genesis commit
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