1 /* MIPS n32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word. */ 2 #define _ITOA_NEEDED 0 3 #define _ITOA_WORD_TYPE unsigned long long int 4 #include_next <_itoa.h> 5
1 /* MIPS n32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word. */ 2 #define _ITOA_NEEDED 0 3 #define _ITOA_WORD_TYPE unsigned long long int 4 #include_next <_itoa.h> 5