mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-06 12:00:24 +08:00
5 lines
165 B
C
5 lines
165 B
C
/* X32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word. */
|
|
#define _ITOA_NEEDED 0
|
|
#define _ITOA_WORD_TYPE unsigned long long int
|
|
#include_next <_itoa.h>
|