File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # ZIG Linux Cookbook
1+ # Zig Linux Cookbook
22
33## Overview
44Examples of [ zig] ( https://ziglang.org/ ) code to demonstrate how to use typical
@@ -25,7 +25,7 @@ linux system lib by zig namespace [std.os.linux](https://ziglang.org/documentati
2525| [ pipe.zig] ( src/pipe.zig ) | [ pipe] ( https://ziglang.org/documentation/master/std/#std.os.linux.pipe ) [ read] ( https://ziglang.org/documentation/master/std/#std.os.linux.read ) [ write] ( https://ziglang.org/documentation/master/std/#std.os.linux.write ) |
2626| [ ptrace.zig] ( src/ptrace.zig ) | [ ptrace] ( https://ziglang.org/documentation/master/std/#std.os.linux.ptrace ) |
2727| [ symlink.zig] ( src/symlink.zig ) | [ symlink] ( https://ziglang.org/documentation/master/std/#std.os.linux.symlink ) [ readlink] ( https://ziglang.org/documentation/master/std/#std.os.linux.readlink ) |
28- | [ ushare .zig] ( src/ushare .zig ) | [ getuid] ( https://ziglang.org/documentation/master/std/#std.os.linux.getuid ) [ unshare] ( https://ziglang.org/documentation/master/std/#std.os.linux.unshare ) |
28+ | [ unshare .zig] ( src/unshare .zig ) | [ getuid] ( https://ziglang.org/documentation/master/std/#std.os.linux.getuid ) [ unshare] ( https://ziglang.org/documentation/master/std/#std.os.linux.unshare ) |
2929| [ uname.zig] ( src/uname.zig ) | [ uname] ( https://ziglang.org/documentation/master/std/#std.os.linux.uname ) |
3030
3131## Usage
You can’t perform that action at this time.
0 commit comments