about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/x86_64/x32/_itoa.h
blob: 0f9ed4772684dc4ebe96db70a8c7f715e817e81f (plain) (blame)
1
2
3
4
/* 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>