From bfc27bae1acb55886146a7c67f85cf752b5d532c Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 30 Apr 2002 18:23:40 +0000 Subject: * Various formatting and whitespace changes. --- newlib/libc/stdlib/strtoll.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'newlib/libc/stdlib/strtoll.c') diff --git a/newlib/libc/stdlib/strtoll.c b/newlib/libc/stdlib/strtoll.c index fdba09f24..3ee9e7592 100644 --- a/newlib/libc/stdlib/strtoll.c +++ b/newlib/libc/stdlib/strtoll.c @@ -16,14 +16,14 @@ ANSI_SYNOPSIS TRAD_SYNOPSIS #include - long strtoll (<[s]>, <[ptr]>, <[base]>) - char *<[s]>; + long long strtoll (<[s]>, <[ptr]>, <[base]>) + const char *<[s]>; char **<[ptr]>; int <[base]>; - long _strtoll_r (<[reent]>, <[s]>, <[ptr]>, <[base]>) + long long _strtoll_r (<[reent]>, <[s]>, <[ptr]>, <[base]>) char *<[reent]>; - char *<[s]>; + const char *<[s]>; char **<[ptr]>; int <[base]>; -- cgit v1.2.3