Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance
68 struct lconv { struct69 char* decimal_point;70 char* thousands_sep;71 char* grouping;95 struct lconv* localeconv(void); argument