From bf647e430e3a3642c8199dc81a411d5e1586cabb Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Sun, 25 Jun 2023 18:55:58 -0500 Subject: Standard library beginnings --- std/stdlib.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 std/stdlib.c (limited to 'std/stdlib.c') diff --git a/std/stdlib.c b/std/stdlib.c new file mode 100644 index 0000000..b50c0c5 --- /dev/null +++ b/std/stdlib.c @@ -0,0 +1,5 @@ +#include + +void wait(long long x) { + sleep(x); +} -- cgit v1.2.3