ReactOS 0.4.16-dev-927-g467dec4
c32rtomb.cpp File Reference
#include <corecrt_internal_mbstring.h>
#include <corecrt_internal_ptd_propagation.h>
#include <stdint.h>
#include <uchar.h>
Include dependency graph for c32rtomb.cpp:

Go to the source code of this file.

Functions

size_t __cdecl c32rtomb (char *s, char32_t c32, mbstate_t *ps)
 

Function Documentation

◆ c32rtomb()

size_t __cdecl c32rtomb ( char s,
char32_t  c32,
mbstate_t ps 
)

Definition at line 14 of file c32rtomb.cpp.

15{
16 // TODO: Bug 13307590 says this is always assuming UTF-8.
17 __crt_cached_ptd_host ptd;
18 return __c32rtomb_utf8(s, c32, ps, ptd);
19}
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
Definition: cvt.cpp:355
GLdouble s
Definition: gl.h:2039
size_t __cdecl __c32rtomb_utf8(char *s, char32_t c32, mbstate_t *ps, __crt_cached_ptd_host &ptd)
Definition: c32rtomb.cpp:21