Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance
72 struct lconv { struct73 char* _Nonnull decimal_point;74 char* _Nonnull thousands_sep;75 char* _Nonnull grouping;99 struct lconv* _Nonnull localeconv(void); argument