Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance
37 #define lconv __libc_lconv macro99 struct lconv { struct100 char* decimal_point; /* Decimal point character */101 char* thousands_sep; /* Thousands separator */102 char* grouping; /* Grouping */103 char* int_curr_symbol;127 struct lconv* localeconv(void); argument