aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-19 14:13:06 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-19 14:13:06 +0200
commit908d2ba2bc4a2c7f18e22df26cda8b619725e853 (patch)
tree431f840a0df524b33b5c721c69b69e6759cb0190 /src/c.zig
Initial commit
Diffstat (limited to 'src/c.zig')
-rw-r--r--src/c.zig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c.zig b/src/c.zig
new file mode 100644
index 0000000..d4d1414
--- /dev/null
+++ b/src/c.zig
@@ -0,0 +1,3 @@
+pub usingnamespace @cImport({
+ @cInclude("HtmlSearch.h");
+}); \ No newline at end of file