__mb_cur_max_l
extern unsigned char __mb_cur_max_l(locale_t);
#define MB_CUR_MAX_L(l) (__mb_cur_max_l(l))
return (__mb_cur_max_l(uselocale(NULL)));