#include <stddef.h>
#include <stdint.h>
#include <wchar.h>
Go to the source code of this file.
|
| size_t | mbrtoc16 (char16_t *__restrict__ pc16, const char *__restrict__ s, size_t n, mbstate_t *__restrict__ ps) |
| |
| size_t | c16rtomb (char *__restrict__ s, char16_t c16, mbstate_t *__restrict__ ps) |
| |
| size_t | mbrtoc32 (char32_t *__restrict__ pc32, const char *__restrict__ s, size_t n, mbstate_t *__restrict__ ps) |
| |
| size_t | c32rtomb (char *__restrict__ s, char32_t c32, mbstate_t *__restrict__ ps) |
| |
◆ __STDC_UTF_16__
◆ __STDC_UTF_32__
◆ char16_t
This file has no copyright assigned and is placed in the Public Domain. This file is part of the mingw-w64 runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 34 of file uchar.h.
◆ char32_t
◆ c16rtomb()
◆ c32rtomb()
◆ mbrtoc16()
◆ mbrtoc32()