aboutsummaryrefslogtreecommitdiff
path: root/b32.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-26 09:04:11 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-26 09:04:11 +0200
commit3621a04cf020cba747ba75136aec7a575890cceb (patch)
tree1cb7e00db51863beb015f349ac8990db9261a873 /b32.h
parent94ea8d1ac53b3aada2c616f84b8e4686ae51054c (diff)
Huge overhall; fix code; remove external deps
Diffstat (limited to 'b32.h')
-rw-r--r--b32.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/b32.h b/b32.h
deleted file mode 100644
index d3c0f55..0000000
--- a/b32.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef B32_B32_H
-#define B32_B32_H
-
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-
-bool b32toa(uint8_t *, const char *, size_t);
-
-#endif