simplify io.zig
Dependencies
- [2]
W22NXX6Sinitial commit
Change contents
- replacement in src/io.zig at line 13
while (true) {var buff: [1]u8 = undefined;if (os.read(0, &buff, 1) == 0)return curdir ^ 2;var buff: [1]u8 = .{0xFF};while (os.read(0, &buff, 1) != 0) { - edit in src/io.zig at line 25
return curdir ^ 2;