ReactOS
0.4.16-dev-1946-g52006dd
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
*/
8
unsigned
char
*
_mbscpy
(
unsigned
char
*
dst
,
const
unsigned
char
*
str
)
9
{
10
return
(
unsigned
char
*)
strcpy
((
char
*)
dst
,(
const
char
*)
str
);
11
}
dst
GLenum GLenum dst
Definition:
glext.h:6340
_mbscpy
unsigned char * _mbscpy(unsigned char *dst, const unsigned char *str)
Definition:
mbscpy.c:8
str
const WCHAR * str
Definition:
rpc_transport.c:2696
strcpy
strcpy
Definition:
string.h:131
sdk
lib
crt
mbstring
mbscpy.c
Generated on Thu Dec 4 2025 06:15:26 for ReactOS by
1.9.6