summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/strtoll.c
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 18:23:40 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 18:23:40 +0000
commitbfc27bae1acb55886146a7c67f85cf752b5d532c (patch)
treeb50cd33ffa95c856e6d7d1e6bc506acc643e8f7e /newlib/libc/stdlib/strtoll.c
parent1bf83a86f6487859997dd2161a408df6be9f032a (diff)
downloadcygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.gz
cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.bz2
cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.zip
* Various formatting and whitespace changes.
Diffstat (limited to 'newlib/libc/stdlib/strtoll.c')
-rw-r--r--newlib/libc/stdlib/strtoll.c8
1 files changed, 4 insertions, 4 deletions
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 <stdlib.h>
- 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]>;