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

size_t __ctype_get_mb_cur_max()
{
	return 4;
}