update for HEAD-2003091401
[reactos.git] / lib / msvcrt / string / strstr.c
index 4f23e4f..430358f 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/string.h>
 
 
+/*
+ * @implemented
+ */
 char *strstr(const char *s, const char *find)
 {
   char c, sc;