pollution: currency_symbol const char *currency_symbol; pollution: decimal_point const char *decimal_point; pollution: frac_digits char frac_digits; pollution: grouping const char *grouping; pollution: int_curr_symbol const char *int_curr_symbol; pollution: int_frac_digits char int_frac_digits; pollution: mon_decimal_point const char *mon_decimal_point; pollution: mon_grouping const char *mon_grouping; pollution: mon_thousands_sep const char *mon_thousands_sep; pollution: negative_sign const char *negative_sign; pollution: n_cs_precedes char n_cs_precedes; pollution: n_sep_by_space char n_sep_by_space; pollution: n_sign_posn char n_sign_posn; pollution: positive_sign const char *positive_sign; pollution: p_cs_precedes char p_cs_precedes; pollution: p_sep_by_space char p_sep_by_space; pollution: p_sign_posn char p_sign_posn; pollution: thousands_sep const char *thousands_sep; pollution: lconv struct lconv { const char *currency_symbol; const char *decimal_point; char frac_digits; const char *grouping; const char *int_curr_symbol; char int_frac_digits; const char *mon_decimal_point; const char *mon_grouping; const char *mon_thousands_sep; const char *negative_sign; char n_cs_precedes; char n_sep_by_space; char n_sign_posn; const char *positive_sign; char p_cs_precedes; char p_sep_by_space; char p_sign_posn; const char *thousands_sep; }; pollution: lconv pollution: localeconv struct lconv *localeconv(void); pollution: setlocale char *setlocale(int _option, const char *_val); 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 0 pollution: libintl_set_relocation_prefix #define libintl_set_relocation_prefix libintl_set_relocation_prefix pollution: LC_TIME #define LC_TIME 6 pollution: LC_MONETARY #define LC_MONETARY 4 pollution: LC_COLLATE #define LC_COLLATE 1 pollution: LC_NUMERIC #define LC_NUMERIC 5 pollution: LIBINTL_VERSION #define LIBINTL_VERSION 0x001605 pollution: LC_MESSAGES #define LC_MESSAGES 3 pollution: LC_CTYPE #define LC_CTYPE 2