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. overflow.
*/ */
int int
atol(register const char *nptr) atoi(register const char *nptr)
{ {
int total = 0; int total = 0;
register unsigned int digit; register unsigned int digit;