fix to fix
This commit is contained in:
parent
ef69de1614
commit
59dd7cdfeb
|
@ -10,7 +10,7 @@
|
|||
overflow.
|
||||
*/
|
||||
int
|
||||
atol(register const char *nptr)
|
||||
atoi(register const char *nptr)
|
||||
{
|
||||
int total = 0;
|
||||
register unsigned int digit;
|
||||
|
|
Loading…
Reference in a new issue