#include <precomp.h>
#include <string.h>
Go to the source code of this file.
◆ _mbscat()
Definition at line 7 of file mbscat.c.
8{
9 return (
unsigned char *)
strcat((
char*)
dst,(
const char*)
src);
10}
char * strcat(char *DstString, const char *SrcString)