pollution: decimal_point char* decimal_point; pollution: thousands_sep char* thousands_sep; pollution: grouping char* grouping; pollution: int_curr_symbol char* int_curr_symbol; pollution: currency_symbol char* currency_symbol; pollution: mon_decimal_point char* mon_decimal_point; pollution: mon_thousands_sep char* mon_thousands_sep; pollution: mon_grouping char* mon_grouping; pollution: positive_sign char* positive_sign; pollution: negative_sign char* negative_sign; pollution: int_frac_digits char int_frac_digits; pollution: frac_digits char frac_digits; pollution: p_cs_precedes char p_cs_precedes; pollution: n_cs_precedes char n_cs_precedes; pollution: p_sep_by_space char p_sep_by_space; pollution: n_sep_by_space char n_sep_by_space; pollution: p_sign_posn char p_sign_posn; pollution: n_sign_posn char n_sign_posn; pollution: int_p_cs_precedes char int_p_cs_precedes; pollution: int_n_cs_precedes char int_n_cs_precedes; pollution: int_p_sep_by_space char int_p_sep_by_space; pollution: int_n_sep_by_space char int_n_sep_by_space; pollution: int_p_sign_posn char int_p_sign_posn; pollution: int_n_sign_posn char int_n_sign_posn; pollution: lconv struct lconv { char* decimal_point; char* thousands_sep; char* grouping; char* int_curr_symbol; char* currency_symbol; char* mon_decimal_point; char* mon_thousands_sep; char* mon_grouping; char* positive_sign; char* negative_sign; char int_frac_digits; char frac_digits; char p_cs_precedes; char n_cs_precedes; char p_sep_by_space; char n_sep_by_space; char p_sign_posn; char n_sign_posn; char int_p_cs_precedes; char int_n_cs_precedes; char int_p_sep_by_space; char int_n_sep_by_space; char int_p_sign_posn; char int_n_sign_posn; }; pollution: category pollution: locale pollution: setlocale char* setlocale(int category, const char* locale); pollution: lconv pollution: localeconv struct lconv* localeconv(void); pollution: getlocalename_l const char* getlocalename_l(int, locale_t); pollution: libintl_version extern int libintl_version; pollution: orig_prefix pollution: curr_prefix pollution: libintl_set_relocation_prefix extern void libintl_set_relocation_prefix (const char *orig_prefix, const char *curr_prefix); pollution: LC_ALL #define LC_ALL 6 pollution: LC_GLOBAL_LOCALE #define LC_GLOBAL_LOCALE ((locale_t) -1) pollution: libintl_set_relocation_prefix #define libintl_set_relocation_prefix libintl_set_relocation_prefix pollution: LC_TIME #define LC_TIME 5 pollution: LC_MONETARY #define LC_MONETARY 3 pollution: LC_COLLATE #define LC_COLLATE 0 pollution: LC_NUMERIC #define LC_NUMERIC 4 pollution: NULL #define NULL ((void *)0) pollution: LIBINTL_VERSION #define LIBINTL_VERSION 0x001500 pollution: LC_MESSAGES #define LC_MESSAGES 2 pollution: LC_CTYPE #define LC_CTYPE 1 pollution: LC_NUM_CATEGORIES #define LC_NUM_CATEGORIES LC_ALL