pollution: strtoimax_l
intmax_t strtoimax_l(const char * restrict, char ** restrict, int, locale_t); 

pollution: strtoumax_l
uintmax_t strtoumax_l(const char * restrict, char ** restrict, int, locale_t); 

pollution: wcstoimax_l
intmax_t wcstoimax_l(const wchar_t * restrict, wchar_t ** restrict, int, locale_t); 

pollution: wcstoumax_l
uintmax_t wcstoumax_l(const wchar_t * restrict, wchar_t ** restrict, int, locale_t); 

