update for HEAD-2003091401
[reactos.git] / lib / msvcrt / string / strlwr.c
index 131ec3f..6ddba9c 100644 (file)
@@ -11,6 +11,9 @@
 #include <msvcrt/string.h>
 #include <msvcrt/ctype.h>
 
+/*
+ * @implemented
+ */
 char * _strlwr(char *x)
 {
        char  *y=x;