fix to fix
This commit is contained in:
parent
ef69de1614
commit
59dd7cdfeb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue