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