1 # 7.11 Localization <locale.h>
3 # deprecated cimport for backwards compatibility:
4 from libc.string cimport const_char
7 cdef extern from "locale.h" nogil:
13 char *mon_decimal_point
14 char *mon_thousands_sep
28 char int_p_cs_precedes
29 char int_n_cs_precedes
30 char int_p_sep_by_space
31 char int_n_sep_by_space
42 # 7.11.1 Locale control
43 char *setlocale (int category, const char *locale)
45 # 7.11.2 Numeric formatting convention inquiry