aboutsummaryrefslogtreecommitdiff
path: root/std/stdlib.c
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-27 04:03:26 -0500
committerCody <cody@codyq.dev>2023-06-27 04:03:26 -0500
commit2cf498f7bf1311ebca156315a0c9ac25b0addef5 (patch)
treead216a67c0339f14908c98e744c9b617ff8bc0e2 /std/stdlib.c
parent5d958f8af1646f9cb4763bb2f020bb2e6de8a3c0 (diff)
downloadsloth-2cf498f7bf1311ebca156315a0c9ac25b0addef5.tar.gz
Working conways game of life
Diffstat (limited to 'std/stdlib.c')
-rw-r--r--std/stdlib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/std/stdlib.c b/std/stdlib.c
index 9510866..b70f5b7 100644
--- a/std/stdlib.c
+++ b/std/stdlib.c
@@ -22,7 +22,7 @@ int as_int(float x) {
return (int) x;
}
-char* istr(int x) {
- char snum[100];
- return (char* )itoa(x, snum, 10);
-}
+// char* istr(int x) {
+// char snum[100];
+// return (char* )itoa(x, snum, 10);
+// }