You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ziglings/patches/patches/094_c_math.patch

12 lines
265 B
Diff

--- exercises/094_c_math.zig 2023-10-22 14:00:02.909379696 +0200
+++ answers/094_c_math.zig 2023-10-22 14:02:46.709025235 +0200
@@ -19,7 +19,7 @@
const c = @cImport({
// What do we need here?
- ???
+ @cInclude("math.h");
});
pub fn main() !void {