From 25fa85cbb622e1f9dc9818b0d18fe0de2ef7e5a3 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 19 Apr 2026 17:26:31 +0200 Subject: build(zig): test integrations with C --- include/typdown.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/typdown.h (limited to 'include/typdown.h') 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 + +char * getErrorString(uint8_t); +char * parse(char *, uint8_t *); -- cgit v1.2.3