Searched defs:lconv (Results 1 – 2 of 2) sorted by relevance
37 struct lconv { struct38 char *decimal_point;39 char *thousands_sep;40 char *grouping;41 char *int_curr_symbol;42 char *currency_symbol;43 char *mon_decimal_point;44 char *mon_thousands_sep;45 char *mon_grouping;46 char *positive_sign;[all …]
132 struct lconv lconv; member