From c75e5d99d2dfe68094d5c170a5f9f9f50621a820 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 1 Feb 2022 13:03:41 -0500 Subject: [PATCH] syntax in prototype --- include/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/system.h b/include/system.h index 9f1ebbe69..98bdfdc27 100644 --- a/include/system.h +++ b/include/system.h @@ -561,7 +561,7 @@ E int abs(int); #ifdef atoi #undef atoi #endif -E int atoi, (const char *); +E int atoi(const char *); #endif #undef E