__ctype_get_mb_cur_max
extern unsigned short __ctype_get_mb_cur_max(void);
#define MB_CUR_MAX (__ctype_get_mb_cur_max())
return __ctype_get_mb_cur_max();