Index: fusl/src/multibyte/c32rtomb.c |
diff --git a/fusl/src/multibyte/c32rtomb.c b/fusl/src/multibyte/c32rtomb.c |
index 67851328e889a355ebdf2b881c85427463775373..8db928ab3c770801a78c0865b52054eb3901ef1c 100644 |
--- a/fusl/src/multibyte/c32rtomb.c |
+++ b/fusl/src/multibyte/c32rtomb.c |
@@ -1,7 +1,6 @@ |
#include <uchar.h> |
#include <wchar.h> |
-size_t c32rtomb(char *restrict s, char32_t c32, mbstate_t *restrict ps) |
-{ |
- return wcrtomb(s, c32, ps); |
+size_t c32rtomb(char* restrict s, char32_t c32, mbstate_t* restrict ps) { |
+ return wcrtomb(s, c32, ps); |
} |