We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c4d52 commit 4003726Copy full SHA for 4003726
zig-code/samples/c-interop.zig
@@ -1,4 +1,4 @@
1
-// build with `zig build-exe cimport.zig -lc -lraylib`
+// build with `zig build-exe c-interop.zig -lc -lraylib`
2
const ray = @cImport({
3
@cInclude("raylib.h");
4
});
0 commit comments