summaryrefslogtreecommitdiff
path: root/src/estd/io/root.zig
diff options
context:
space:
mode:
authorAlexander Rolley <arolley35@gmail.com>2025-02-14 11:06:32 +0100
committerAlexander Rolley <arolley35@gmail.com>2025-02-14 11:06:32 +0100
commit080bb49438fe770164382e2ac109dd8283600b16 (patch)
tree63c3f518c92159d0225d7285fbab284f1704faff /src/estd/io/root.zig
parent7313faeb25476147208f0b03c9261f6e6bec52eb (diff)
Start on stdio.
Diffstat (limited to 'src/estd/io/root.zig')
-rw-r--r--src/estd/io/root.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/estd/io/root.zig b/src/estd/io/root.zig
new file mode 100644
index 0000000..704fdd7
--- /dev/null
+++ b/src/estd/io/root.zig
@@ -0,0 +1 @@
+pub const stdio = @import("stdio.zig");