about summary refs log tree commit diff
path: root/sysdeps/mips/mips64/n32/_itoa.h
blob: 363cdfe9ac5ec72a156451b5382107d61d56dd58 (plain) (blame)
1
2
3
4
/* MIPS n32 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>