1#include "locale_impl.h"
2#include <stdlib.h>
3
4size_t __ctype_get_mb_cur_max() {
5    return MB_CUR_MAX;
6}
7