update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / islwr.c
index 01c9cf4..44167a8 100644 (file)
 #include <msvcrt/mbctype.h>
 #include <msvcrt/ctype.h>
 
-// code page 952 only
+/*
+ * code page 952 only
+ *
+ * @implemented
+ */
 int _ismbclower( unsigned int c )
 {
        if ((c & 0xFF00) != 0) {