aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-19 17:26:31 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-19 17:26:37 +0200
commit25fa85cbb622e1f9dc9818b0d18fe0de2ef7e5a3 (patch)
tree2d6998f27c88ff046c56fad7420c447fa407cf3a /include
parentd1480f97e3c8ce82151d409e7c9d1545d44f3a99 (diff)
build(zig): test integrations with C
Diffstat (limited to 'include')
-rw-r--r--include/typdown.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/typdown.h b/include/typdown.h
new file mode 100644
index 0000000..4b08aaa
--- /dev/null
+++ b/include/typdown.h
@@ -0,0 +1,5 @@
+#pragma once
+#include <stdint.h>
+
+char * getErrorString(uint8_t);
+char * parse(char *, uint8_t *);