| Index: fusl/include/uchar.h
|
| diff --git a/fusl/include/uchar.h b/fusl/include/uchar.h
|
| index 8dabf1ed9b8ee291709cb919bb7c05b85fa2d7ab..eae0cbb8ca732fe2c7313a0111fdb826bdf95828 100644
|
| --- a/fusl/include/uchar.h
|
| +++ b/fusl/include/uchar.h
|
| @@ -14,11 +14,17 @@ typedef unsigned char32_t;
|
| #include <features.h>
|
| #include <bits/alltypes.h>
|
|
|
| -size_t c16rtomb(char *__restrict, char16_t, mbstate_t *__restrict);
|
| -size_t mbrtoc16(char16_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
|
| +size_t c16rtomb(char* __restrict, char16_t, mbstate_t* __restrict);
|
| +size_t mbrtoc16(char16_t* __restrict,
|
| + const char* __restrict,
|
| + size_t,
|
| + mbstate_t* __restrict);
|
|
|
| -size_t c32rtomb(char *__restrict, char32_t, mbstate_t *__restrict);
|
| -size_t mbrtoc32(char32_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
|
| +size_t c32rtomb(char* __restrict, char32_t, mbstate_t* __restrict);
|
| +size_t mbrtoc32(char32_t* __restrict,
|
| + const char* __restrict,
|
| + size_t,
|
| + mbstate_t* __restrict);
|
|
|
| #ifdef __cplusplus
|
| }
|
|
|