ReactOS 0.4.16-dev-2110-ge3521eb
mbccpy.cpp File Reference
#include <corecrt_internal_mbstring.h>
#include <locale.h>
Include dependency graph for mbccpy.cpp:

Go to the source code of this file.

Functions

void __cdecl _mbccpy_l (unsigned char *dst, const unsigned char *src, _locale_t plocinfo)
 
 void (__cdecl _mbccpy)(unsigned char *dst
 

Variables

const unsigned charsrc
 

Function Documentation

◆ _mbccpy_l()

void __cdecl _mbccpy_l ( unsigned char dst,
const unsigned char src,
_locale_t  plocinfo 
)

Definition at line 32 of file mbccpy.cpp.

37{
38 /* _mbccpy_s_l sets errno */
39 _mbccpy_s_l(dst, 2, nullptr, src, plocinfo);
40}
GLenum src
Definition: glext.h:6340
GLenum GLenum dst
Definition: glext.h:6340
_locale_t plocinfo
Definition: ismbbyte.cpp:75
int CDECL _mbccpy_s_l(unsigned char *dest, size_t maxsize, int *copied, const unsigned char *src, _locale_t locale)
Definition: mbcs.c:795

◆ void()

void ( __cdecl  _mbccpy)

Variable Documentation

◆ src

Initial value:
{
_mbccpy_s_l(dst, 2, nullptr, src, nullptr)

Definition at line 44 of file mbccpy.cpp.