mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add _ITOA_NEEDED and _ITOA_WORD_TYPE
Add _ITOA_NEEDED and _ITOA_WORD_TYPE to override _itoa and _itowa.
This commit is contained in:
@ -85,7 +85,7 @@ extern const wchar_t _itowa_lower_digits[] attribute_hidden;
|
||||
extern const wchar_t _itowa_upper_digits[] attribute_hidden;
|
||||
|
||||
|
||||
#if LLONG_MAX != LONG_MAX
|
||||
#if _ITOA_NEEDED
|
||||
wchar_t *
|
||||
_itowa (value, buflim, base, upper_case)
|
||||
unsigned long long int value;
|
||||
|
Reference in New Issue
Block a user