summaryrefslogtreecommitdiff
path: root/src/ctype/__ctype_get_mb_cur_max.c
blob: 8e946fc12bcfcf17ebe672e13ab05b163b242f5b (plain) (blame)
1
2
3
4
5
6
7
#include <stdlib.h>
#include "locale_impl.h"

size_t __ctype_get_mb_cur_max()
{
	return MB_CUR_MAX;
}