Compare commits

..

No commits in common. "31aff769cb1815fc49f857879a7f8cfe079dd3d7" and "6c5fdef6b15743092893a498f8a5159d81761c28" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -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 import for C // and here the new the import for C
const c = @cImport({ const c = @cImport({
@cInclude("unistd.h"); @cInclude("unistd.h");
}); });