Searched defs:lconv (Results 1 – 2 of 2) sorted by relevance
40 struct lconv { struct41 char *decimal_point;42 char *thousands_sep;43 char *grouping;44 char *int_curr_symbol;45 char *currency_symbol;46 char *mon_decimal_point;47 char *mon_thousands_sep;48 char *mon_grouping;49 char *positive_sign;[all …]
37 struct lconv *lconv; in gcvt() local