Commit 289bfa890b
Changed files (1)
example
hello_world
example/hello_world/hello_libc.zig
@@ -1,4 +1,4 @@
-const c = @c_import(@c_include("stdio.h"));
+const c = @cImport(@cInclude("stdio.h"));
export fn main(argc: c_int, argv: &&u8) -> c_int {
c.printf(c"Hello, world!\n");