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