update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / hanzen.c
index f640d4e..60853ef 100644 (file)
@@ -61,6 +61,9 @@ static unsigned char zen_to_han_symbol_table_2[ZTOH_SYMBOLS] = {
 #define JTOKANA(c) ((c) <= 0x82dd ? (c) + 0xa1 : (c) + 0xa2)
 
  
+/*
+ * @implemented
+ */
 unsigned short _mbbtombc(unsigned short c)
 {
   if (c >= 0x20 && c <= 0x7e) {
@@ -72,6 +75,9 @@ unsigned short _mbbtombc(unsigned short c)
 }
 
 
+/*
+ * @implemented
+ */
 unsigned short _mbctombb(unsigned short c)
 {
   int i;