Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / mbstring / mbschr.c
diff --git a/reactos/sdk/lib/crt/mbstring/mbschr.c b/reactos/sdk/lib/crt/mbstring/mbschr.c
deleted file mode 100644 (file)
index e635e3f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <string.h>
-
-/*
- * @implemented
- */
-unsigned char * _mbschr(const unsigned char *str, unsigned int c)
-{
-  return (unsigned char *)strchr((const char*)str, c);
-}