summaryrefslogtreecommitdiff
path: root/src/uchar/c16rtomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uchar/c16rtomb.c')
-rw-r--r--src/uchar/c16rtomb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/uchar/c16rtomb.c b/src/uchar/c16rtomb.c
index a99548c1..1bd1906a 100644
--- a/src/uchar/c16rtomb.c
+++ b/src/uchar/c16rtomb.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <uchar.h>
size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps)
@@ -8,3 +10,6 @@ size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps)
/*
STDC(201112)
*/
+
+
+#endif