fix to fix

This commit is contained in:
ceriel 1990-05-22 12:22:25 +00:00
parent ef69de1614
commit 59dd7cdfeb

View file

@ -10,7 +10,7 @@
overflow.
*/
int
atol(register const char *nptr)
atoi(register const char *nptr)
{
int total = 0;
register unsigned int digit;