| author | |
| committer | |
| log | 289bfa890b758cdc408b33f4dd601410bebd0a9b |
| tree | 425be5184d50745423b8df14c72cb01972976701 |
| parent | 9193a3cdadd2920d3a641b59708487e9ad127984 |
1 files changed, 1 insertions(+), 1 deletions(-)
example/hello_world/hello_libc.zig+1-1| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | const c = @c_import(@c_include("stdio.h")); | |
| 1 | const c = @cImport(@cInclude("stdio.h")); | |
| 2 | 2 | |
| 3 | 3 | export fn main(argc: c_int, argv: &&u8) -> c_int { |
| 4 | 4 | c.printf(c"Hello, world!\n"); |