update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / mbsupr.c
index 46d0b4a..3ac3e61 100644 (file)
@@ -21,6 +21,9 @@ unsigned int _mbbtoupper(unsigned int c)
 // codepage 952
 #define CASE_DIFF (0x8281 - 0x8260)
 
+/*
+ * @implemented
+ */
 unsigned int _mbctoupper(unsigned int c)
 {
 
@@ -35,6 +38,9 @@ unsigned int _mbctoupper(unsigned int c)
        return 0;
 }
 
+/*
+ * @implemented
+ */
 unsigned char * _mbsupr(unsigned char *x)
 {
        unsigned char  *y=x;