From 2cf498f7bf1311ebca156315a0c9ac25b0addef5 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 27 Jun 2023 04:03:26 -0500 Subject: Working conways game of life --- std/stdlib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'std/stdlib.c') 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); +// } -- cgit v1.2.3