__get_current_monetary_locale
struct lc_monetary_T *__get_current_monetary_locale(locale_t loc);
mptr = __get_current_monetary_locale(loc);
cs = (char*) __get_current_monetary_locale(loc)->currency_symbol;
if (strcmp(cs, __get_current_monetary_locale(loc)->mon_decimal_point) == 0)