syntax in prototype

This commit is contained in:
nhmall
2022-02-01 13:03:41 -05:00
parent 0e6456c9f4
commit c75e5d99d2
+1 -1
View File
@@ -561,7 +561,7 @@ E int abs(int);
#ifdef atoi #ifdef atoi
#undef atoi #undef atoi
#endif #endif
E int atoi, (const char *); E int atoi(const char *);
#endif #endif
#undef E #undef E