2 element {struct lconv} {char*} currency_symbol
3 element {struct lconv} {char*} decimal_point
4 element {struct lconv} char frac_digits
5 element {struct lconv} {char*} grouping
6 element {struct lconv} {char*} int_curr_symbol
7 element {struct lconv} char int_frac_digits
8 element {struct lconv} {char*} mon_decimal_point
9 element {struct lconv} {char*} mon_thousands_sep
10 element {struct lconv} {char*} mon_grouping
11 element {struct lconv} {char*} negative_sign
12 element {struct lconv} char n_cs_precedes
13 element {struct lconv} char n_sep_by_space
14 element {struct lconv} char n_sign_posn
15 element {struct lconv} {char*} positive_sign
16 element {struct lconv} char p_cs_precedes
17 element {struct lconv} char p_sep_by_space
18 element {struct lconv} char p_sign_posn
19 element {struct lconv} {char*} thousands_sep
21 element {struct lconv} char int_n_cs_precedes
22 element {struct lconv} char int_n_sep_by_space
23 element {struct lconv} char int_n_sign_posn
24 element {struct lconv} char int_p_cs_precedes
25 element {struct lconv} char int_p_sep_by_space
26 element {struct lconv} char int_p_sign_posn
39 function {struct lconv*} localeconv (void)
40 function {char*} setlocale (int, const char*)