fix to fix
authorceriel <none@none>
Tue, 22 May 1990 12:22:25 +0000 (12:22 +0000)
committerceriel <none@none>
Tue, 22 May 1990 12:22:25 +0000 (12:22 +0000)
lang/cem/libcc.ansi/stdlib/atoi.c

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