mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-08 18:17:03 +09:00
Merge branch 'main' into main
This commit is contained in:
commit
a61d450e92
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…
Add table
Add a link
Reference in a new issue