| author | |
| committer | |
| log | 9ab0a931b0d78257b262fac27bda81ca0e1fd0e2 |
| tree | 0d34512abdf94dfebe228ea9bca40fcbfb3f17cf |
| parent | 224807533cd7fa90ac300271012014170b2090d1 |
2 files changed, 3 insertions(+), 4 deletions(-)
src/util/c.zig deleted-3| ... | ... | @@ -1,3 +0,0 @@ |
| 1 | usingnamespace @cImport({ | |
| 2 | @cInclude("yaml.h"); | |
| 3 | }); |
src/util/yaml.zig+3-1| ... | ... | @@ -1,6 +1,8 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | 2 | |
| 3 | const c = @import("./c.zig"); | |
| 3 | const c = @cImport({ | |
| 4 | @cInclude("yaml.h"); | |
| 5 | }); | |
| 4 | 6 | const u = @import("./index.zig"); |
| 5 | 7 | |
| 6 | 8 | // |