summaryrefslogtreecommitdiff
path: root/05/musl-0.6.0/src/ctype/__ctype_get_mb_cur_max.c
diff options
context:
space:
mode:
Diffstat (limited to '05/musl-0.6.0/src/ctype/__ctype_get_mb_cur_max.c')
-rw-r--r--05/musl-0.6.0/src/ctype/__ctype_get_mb_cur_max.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/05/musl-0.6.0/src/ctype/__ctype_get_mb_cur_max.c b/05/musl-0.6.0/src/ctype/__ctype_get_mb_cur_max.c
new file mode 100644
index 0000000..42e4ee7
--- /dev/null
+++ b/05/musl-0.6.0/src/ctype/__ctype_get_mb_cur_max.c
@@ -0,0 +1,6 @@
+#include <stdlib.h>
+
+size_t __ctype_get_mb_cur_max()
+{
+ return 4;
+}