# exercise_c **Repository Path**: gunhe/exercise_c ## Basic Information - **Project Name**: exercise_c - **Description**: No description available - **Primary Language**: C - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-21 - **Last Updated**: 2025-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # c语言和zig的混合编程代码 # 安装 msys2 https://www.msys2.org/ # gcc 测试 https://www.mingw-w64.org/getting-started/msys2/ # zig ## 安装 https://ziglang.org/learn/getting-started/ ## Introduction to Zig https://cookbook.ziglang.cc/01-01-read-file-line-by-line.html https://pedropark99.github.io/zig-book/Chapters/01-zig-weird.html 入门资料 英文版本 https://github.com/pedropark99/zig-book https://diveintosystems.org/book/introduction.html https://pedropark99.github.io/zig-book/ 中文版本 https://republicroad.github.io/republic/diveintosystems/%E7%AC%AC0%E7%AB%A0-%E7%AE%80%E4%BB%8B.html https://republicroad.github.io/zig-book-cn/zh/1.Zig%20%E7%AE%80%E4%BB%8B.html#121%E4%BA%86%E8%A7%A3%E9%A1%B9%E7%9B%AE%E6%96%87%E4%BB%B6 zig入门手册 https://zig.guide/master/async/basic-event-loop/