aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-19 14:04:31 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-19 14:04:31 +0200
commita3f01eb7d4b2050d81c5b76fe9e3c069a84cf17c (patch)
treee3fcac5bd7d1d017dbf604bcd94d44ffebbc1457 /src/c.zig
Initial commitHEADmaster
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..a6e8974
--- /dev/null
+++ b/src/c.zig
@@ -0,0 +1,3 @@
+pub usingnamespace @cImport({
+ @cInclude("HtmlTree.h");
+}); \ No newline at end of file