diff options
Diffstat (limited to 'src/uchar/c32rtomb.c')
| -rw-r--r-- | src/uchar/c32rtomb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/uchar/c32rtomb.c b/src/uchar/c32rtomb.c new file mode 100644 index 00000000..6fc5ec7e --- /dev/null +++ b/src/uchar/c32rtomb.c @@ -0,0 +1,10 @@ +#include <uchar.h> + +size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps) +{ + return 0; +} + +/* +STDC(201112) +*/ |
