Go to the documentation of this file.00001 #include <precomp.h>
00002 #include <string.h>
00003
00004
00005
00006
00007 unsigned char * _mbscat(unsigned char *dst, const unsigned char *src)
00008 {
00009 return (unsigned char *)strcat((char*)dst,(const char*)src);
00010 }