godsarmy/zig-linux-cookbook
Cookbook examples for zig to call linux system call
This repository is a collection of practical examples and recipes of std.os.linux for developing applications and system tools using the Zig programming language on Linux.
It's designed to be a helpful resource for Zig developers of all levels who want to learn by example and quickly find solutions to port code of C system calls into Zig.
Install zig >= 0.14
Build Only.
zig build
You will have binaries in zig-out/bin
.
zig build run-all