ReactOS 0.4.15-dev-7918-g2a2556c
mbscpy.c
Go to the documentation of this file.
1#include <precomp.h>
2#include <mbstring.h>
3#include <string.h>
4
5/*
6 * @implemented
7 */
8unsigned char * _mbscpy(unsigned char *dst, const unsigned char *str)
9{
10 return (unsigned char*)strcpy((char*)dst,(const char*)str);
11}
char * strcpy(char *DstString, const char *SrcString)
Definition: utclib.c:388
GLenum GLenum dst
Definition: glext.h:6340
unsigned char * _mbscpy(unsigned char *dst, const unsigned char *str)
Definition: mbscpy.c:8
const WCHAR * str