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