aboutsummaryrefslogtreecommitdiff
path: root/src
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
Initial commit
Diffstat (limited to 'src')
-rw-r--r--src/c.zig3
-rw-r--r--src/main.zig5
2 files changed, 8 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
diff --git a/src/main.zig b/src/main.zig
new file mode 100644
index 0000000..050e335
--- /dev/null
+++ b/src/main.zig
@@ -0,0 +1,5 @@
+const std = @import("std");
+
+pub fn main() !void {
+
+} \ No newline at end of file