ReactOS 0.4.16-dev-959-g2ec3a19
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
errno_t __cdecl _mbccpy_s_l(unsigned char *_Dst, size_t _SizeInBytes, int *_PCopied, const unsigned char *_Src, _LOCALE_ARG_DECL)
Definition: mbccpy_s_l.cpp:17

◆ 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.