Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/tests/
H A DcJSON.c234 struct lconv *lconv = localeconv(); in get_decimal_point() local
235 return (unsigned char)lconv->decimal_point[0]; in get_decimal_point()