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