fix to fix

This commit is contained in:
ceriel 1990-05-22 12:22:25 +00:00
parent 11ea6dd63c
commit e25facbde1

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;