mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
Update exercises/093_hello_c.zig
small typo
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
// our well-known "import" for Zig
|
||||
const std = @import("std");
|
||||
|
||||
// and here the new the import for C
|
||||
// and here the new import for C
|
||||
const c = @cImport({
|
||||
@cInclude("unistd.h");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user