update for HEAD-2003091401
[reactos.git] / lib / msvcrt / mbstring / isuppr.c
index 59fe902..d68acc6 100644 (file)
 #include <msvcrt/mbctype.h>
 #include <msvcrt/ctype.h>
 
-// code page 952 only
+/*
+ * code page 952 only
+ *
+ * @implemented
+ */
 int _ismbcupper( unsigned int c )
 {
        if ((c & 0xFF00) != 0) {