Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance
47 struct lconv { struct48 Cchar *decimal_point;49 Cchar *thousands_sep;50 Cchar *grouping;51 Cchar *int_curr_symbol;52 Cchar *currency_symbol;53 Cchar *mon_decimal_point;54 Cchar *mon_thousands_sep;55 Cchar *mon_grouping;79 struct lconv *localeconv(void); argument