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 5 6 #include <wcsmbs/wcstoul.c> 7 8 #undef __wcstoull_internal 9 #undef wcstoull 10 #undef wcstouq 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) 15 weak_alias (wcstoul, wcstoumax) 16