ReactOS 0.4.16-dev-300-g2aadf2e
mbccpy.c File Reference
#include <mbstring.h>
#include <string.h>
Include dependency graph for mbccpy.c:

Go to the source code of this file.

Functions

void _mbccpy (unsigned char *dst, const unsigned char *src)
 

Function Documentation

◆ _mbccpy()

void _mbccpy ( unsigned char dst,
const unsigned char src 
)

Definition at line 18 of file mbccpy.c.

19{
20 *dst = *src;
21 if(_ismbblead(*src))
22 *++dst = *++src; /* MB char */
23}
GLenum src
Definition: glext.h:6340
GLenum GLenum dst
Definition: glext.h:6340
int __cdecl _ismbblead(unsigned int)
Definition: ismblead.c:20