update for HEAD-2003091401
[reactos.git] / lib / msvcrt / string / strnicmp.c
index b19a8a8..d6ff2c0 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/string.h>
 #include <msvcrt/ctype.h>
 
+/*
+ * @implemented
+ */
 int _strnicmp(const char *s1, const char *s2, size_t n)
 {