mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 17:03:30 +02:00
12 lines
265 B
Diff
12 lines
265 B
Diff
--- exercises/097_c_math.zig 2025-08-15 15:17:57.839348063 +0200
|
|
+++ answers/097_c_math.zig 2026-04-03 13:09:32.059278502 +0200
|
|
@@ -26,7 +26,7 @@
|
|
|
|
const c = @cImport({
|
|
// What do we need here?
|
|
- ???
|
|
+ @cInclude("math.h");
|
|
});
|
|
|
|
pub fn main() !void {
|