update for HEAD-2003091401
[reactos.git] / lib / ntdll / string / strstr.c
index 10095a1..6eafaa2 100644 (file)
@@ -2,6 +2,9 @@
 #include <string.h>
 //#include <unconst.h>
 
+/*
+ * @implemented
+ */
 char *
 strstr(const char *s, const char *find)
 {