ReactOS
0.4.16-dev-2116-g5a43991
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
}
ch
unsigned char ch[4][2]
Definition:
console.c:118
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 Fri Jan 9 2026 06:25:09 for ReactOS by
1.9.6