aboutsummaryrefslogtreecommitdiff
path: root/std/stdlib.c
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-06-27 01:59:59 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-06-27 01:59:59 -0500
commit29bdd10ee3621ed875bfa34a0faa42c35a1e39ed (patch)
tree97f7605b53fc77277d98d5ea8127391edefc4ab5 /std/stdlib.c
parent9c2d8f5a10b8affd604cec6e394d43514ef93ca1 (diff)
downloadsloth-29bdd10ee3621ed875bfa34a0faa42c35a1e39ed.tar.gz
Standard library methinks
Diffstat (limited to 'std/stdlib.c')
-rw-r--r--std/stdlib.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
-void wait(int x) {
+void wait(float x) {
sleep(x);
}