Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / mbstring / mbscat.c
diff --git a/reactos/sdk/lib/crt/mbstring/mbscat.c b/reactos/sdk/lib/crt/mbstring/mbscat.c
deleted file mode 100644 (file)
index 48412b6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <precomp.h>
-#include <string.h>
-
-/*
- * @implemented
- */
-unsigned char * _mbscat(unsigned char *dst, const unsigned char *src)
-{
-  return (unsigned char *)strcat((char*)dst,(const char*)src);
-}