1 /* We have to irritate the compiler a bit. */
2 #define __wcstoull_internal __wcstoull_internal_XXX
3 #define wcstoull wcstoull_XXX
4 #define wcstouq wcstouq_XXX
6 #include <wcsmbs/wcstoul.c>
8 #undef __wcstoull_internal
11 strong_alias (__wcstoul_internal
, __wcstoull_internal
)
12 libc_hidden_ver (__wcstoul_internal
, __wcstoull_internal
)
13 weak_alias (wcstoul
, wcstoull
)
14 weak_alias (wcstoul
, wcstouq
)