Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance
24 struct lconv { struct25 char *decimal_point;26 char *thousands_sep;27 char *grouping;29 char *int_curr_symbol;30 char *currency_symbol;31 char *mon_decimal_point;32 char *mon_thousands_sep;33 char *mon_grouping;34 char *positive_sign;[all …]