summaryrefslogtreecommitdiff
path: root/std.zc
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-30 00:34:33 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-30 00:34:33 +0000
commitb27b128f97596236a4ce6a3d9b40ef3dfad84d06 (patch)
tree00d17aeee6f84fb3641d0b84e1931f9a88649cac /std.zc
parentee090168fd7f678e40150b3699e335625b90d947 (diff)
New standard lib (std/process.zc).
Diffstat (limited to 'std.zc')
-rw-r--r--std.zc1
1 files changed, 1 insertions, 0 deletions
diff --git a/std.zc b/std.zc
index 03bcd45..4793c11 100644
--- a/std.zc
+++ b/std.zc
@@ -18,4 +18,5 @@ import "./std/stack.zc"
import "./std/queue.zc"
import "./std/env.zc"
import "./std/slice.zc"
+import "./std/process.zc"