diff options
Diffstat (limited to 'src/uchar/c32rtomb.c')
-rw-r--r-- | src/uchar/c32rtomb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/uchar/c32rtomb.c b/src/uchar/c32rtomb.c index 6fc5ec7e..b1b5ad8f 100644 --- a/src/uchar/c32rtomb.c +++ b/src/uchar/c32rtomb.c @@ -1,3 +1,5 @@ +#if 0 + #include <uchar.h> size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps) @@ -8,3 +10,6 @@ size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps) /* STDC(201112) */ + + +#endif |