094_c_math.patch 265 B

1234567891011
  1. --- exercises/094_c_math.zig 2024-02-28 12:50:35.789939935 +0100
  2. +++ answers/094_c_math.zig 2024-02-28 12:53:57.910309471 +0100
  3. @@ -26,7 +26,7 @@
  4. const c = @cImport({
  5. // What do we need here?
  6. - ???
  7. + @cInclude("math.h");
  8. });
  9. pub fn main() !void {