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