094_c_math.patch 265 B

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