diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-06-28 06:59:11 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-07-07 22:43:51 -0700 |
| commit | 0b3f0124dc33403d329fb8ee63a93215d9af1f1e (patch) | |
| tree | 3a94c321398ab21810b73c55411523d005b503fa /lib/std/Build/Step/WriteFile.zig | |
| parent | 7c42517151cf06b67268aec3be715b3e303e014a (diff) | |
| download | zig-0b3f0124dc33403d329fb8ee63a93215d9af1f1e.tar.gz zig-0b3f0124dc33403d329fb8ee63a93215d9af1f1e.zip | |
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
preparing to rearrange std.io namespace into an interface
how to upgrade:
std.io.getStdIn() -> std.fs.File.stdin()
std.io.getStdOut() -> std.fs.File.stdout()
std.io.getStdErr() -> std.fs.File.stderr()
Diffstat (limited to 'lib/std/Build/Step/WriteFile.zig')
0 files changed, 0 insertions, 0 deletions
