From 29bdd10ee3621ed875bfa34a0faa42c35a1e39ed Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Tue, 27 Jun 2023 01:59:59 -0500 Subject: Standard library methinks --- std/stdlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/stdlib.c') diff --git a/std/stdlib.c b/std/stdlib.c index 11ae42f..f405b6f 100644 --- a/std/stdlib.c +++ b/std/stdlib.c @@ -2,7 +2,7 @@ #include #include -void wait(int x) { +void wait(float x) { sleep(x); } -- cgit v1.2.3