mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Update exercises/093_hello_c.zig
small typo
This commit is contained in:
parent
0d46acfa02
commit
7bfd7adce8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
// our well-known "import" for Zig
|
// our well-known "import" for Zig
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
// and here the new the import for C
|
// and here the new import for C
|
||||||
const c = @cImport({
|
const c = @cImport({
|
||||||
@cInclude("unistd.h");
|
@cInclude("unistd.h");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue