update for HEAD-2003091401
[reactos.git] / lib / msvcrt / wstring / wcsstr.c
index c061a17..7167f94 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 wchar_t *wcsstr(const wchar_t *s,const wchar_t *b)
 {
        wchar_t *x;