Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance
13 struct lconv { struct14 char *decimal_point;15 char *thousands_sep;16 char *grouping;17 char *int_curr_symbol;18 char *currency_symbol;19 char *mon_decimal_point;20 char *mon_thousands_sep;21 char *mon_grouping;22 char *positive_sign;[all …]