Searched refs:lconv (Results 1 – 1 of 1) sorted by relevance
287 struct lconv *lconv = localeconv(); in get_decimal_point() local288 return (unsigned char) lconv->decimal_point[0]; in get_decimal_point()