Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
musl
/
5b546faa67544af395d6407553762b37e9711157
/
.
/
src
/
ctype
/
__ctype_get_mb_cur_max.c
blob: 8e946fc12bcfcf17ebe672e13ab05b163b242f5b [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
"locale_impl.h"
size_t
__ctype_get_mb_cur_max
()
{
return
MB_CUR_MAX
;
}