ReactOS
0.4.16-dev-1946-g52006dd
Functions
wcrtomb.c File Reference
#include <precomp.h>
Include dependency graph for wcrtomb.c:
Go to the source code of this file.
Functions
size_t
CDECL
wcrtomb
(
char
*
dst
,
wchar_t
ch,
mbstate_t
*
s
)
Function Documentation
◆
wcrtomb()
size_t
CDECL
wcrtomb
(
char
*
dst
,
wchar_t
ch
,
mbstate_t
*
s
)
Definition at line
27
of file
wcrtomb.c
.
28
{
29
if
(
s
)
30
*
s
= 0;
31
return
wctomb
(
dst
, ch);
32
}
s
GLdouble s
Definition:
gl.h:2039
dst
GLenum GLenum dst
Definition:
glext.h:6340
wctomb
#define wctomb
Definition:
wctomb.c:31
sdk
lib
crt
wstring
wcrtomb.c
Generated on Thu Dec 4 2025 06:26:25 for ReactOS by
1.9.6