update for HEAD-2003091401
[reactos.git] / lib / msvcrt / wstring / wcsnicmp.c
index ef917c3..4a99c8c 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/wchar.h>
 
+/*
+ * @implemented
+ */
 int _wcsnicmp (const wchar_t *cs, const wchar_t *ct, size_t count)
 {
        if (count == 0)