summaryrefslogtreecommitdiff
path: root/c.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c.zig3
1 files changed, 3 insertions, 0 deletions
diff --git a/c.zig b/c.zig
new file mode 100644
index 0000000..a346a3a
--- /dev/null
+++ b/c.zig
@@ -0,0 +1,3 @@
1pub const c = @cImport({
2 @cInclude("sqlite3.h");
3});