Loading...
--- Libc/Libc-1725.40.4/stdlib/a64l.c
+++ Libc/Libc-498/stdlib/a64l.c
@@ -11,7 +11,8 @@
#include <stdlib.h>
long
-a64l(const char *s)
+a64l(s)
+ const char *s;
{
int value, digit, shift;
int i;
--- Libc/Libc-1725.40.4/stdlib/a64l.c
+++ Libc/Libc-498/stdlib/a64l.c
@@ -11,7 +11,8 @@
#include <stdlib.h>
long
-a64l(const char *s)
+a64l(s)
+ const char *s;
{
int value, digit, shift;
int i;