syntax in prototype

This commit is contained in:
nhmall
2022-02-01 13:03:41 -05:00
parent 0e6456c9f4
commit c75e5d99d2

View File

@@ -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