diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-09 21:56:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-09 21:56:43 +0000 |
commit | c1422e5b7cdb4400f934c91bcefa3a1a96d789fb (patch) | |
tree | 7f8981b86c4ce4b5bb899f690eeb03d6645826a5 /stdio-common/_itoa.h | |
parent | a4a1492eb94de4f5c5ec84a5898e994fca5f317b (diff) | |
download | glibc-c1422e5b7cdb4400f934c91bcefa3a1a96d789fb.tar.gz |
Update.
Patch by khendricks@ivey.uwo.ca [libc/1382].
Diffstat (limited to 'stdio-common/_itoa.h')
-rw-r--r-- | stdio-common/_itoa.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdio-common/_itoa.h b/stdio-common/_itoa.h index 976636907d..f7e5e6d202 100644 --- a/stdio-common/_itoa.h +++ b/stdio-common/_itoa.h @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1994, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -26,8 +26,8 @@ Return the address of the first (left-to-right) character in the number. Use upper case letters iff UPPER_CASE is nonzero. */ -extern char *_itoa __P ((unsigned long long int value, char *buflim, - unsigned int base, int upper_case)); +extern char *_itoa (unsigned long long int value, char *buflim, + unsigned int base, int upper_case); static inline char * __attribute__ ((unused)) _itoa_word (unsigned long value, char *buflim, |