update for HEAD-2003091401
[reactos.git] / lib / msvcrt / wstring / wcslwr.c
index 8980b83..176af2f 100644 (file)
@@ -10,6 +10,9 @@
 
 #include <msvcrt/wchar.h>
 
+/*
+ * @implemented
+ */
 wchar_t * _wcslwr(wchar_t *x)
 {
        wchar_t  *y=x;