mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-12 13:00:47 -05:00
11 lines
265 B
Diff
11 lines
265 B
Diff
--- exercises/094_c_math.zig 2024-02-28 12:50:35.789939935 +0100
|
|
+++ answers/094_c_math.zig 2024-02-28 12:53:57.910309471 +0100
|
|
@@ -26,7 +26,7 @@
|
|
|
|
const c = @cImport({
|
|
// What do we need here?
|
|
- ???
|
|
+ @cInclude("math.h");
|
|
});
|
|
|
|
pub fn main() !void {
|