summaryrefslogtreecommitdiff
path: root/src/ctype/__ctype_get_mb_cur_max.c
blob: 42e4ee71362d7c26df619ac9d45917a37e381ab7 (plain) (blame)
1
2
3
4
5
6
#include <stdlib.h>

size_t __ctype_get_mb_cur_max()
{
	return 4;
}