diff --git a/src/stdlib.c b/src/stdlib.c index 37d6163..404bec9 100644 --- a/src/stdlib.c +++ b/src/stdlib.c @@ -296,7 +296,6 @@ } - int32_t atoi(const char* str) { return (int32_t)strtol(str, NULL, 10);