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