update for HEAD-2003091401
[reactos.git] / lib / msvcrt / search / lsearch.c
index 8434ebb..a8465ae 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/stdlib.h>
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 void *_lsearch(const void *key, void *base, size_t *nelp, size_t width,
          int (*compar)(const void *, const void *))
 {