#include <precomp.h>
#include <mbstring.h>
#include <string.h>
Go to the source code of this file.
◆ _mbscpy()
Definition at line 8 of file mbscpy.c.
9{
10 return (
unsigned char*)
strcpy((
char*)
dst,(
const char*)
str);
11}
char * strcpy(char *DstString, const char *SrcString)