branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / iskana.c
index 5793a1f..fdf5796 100644 (file)
@@ -11,6 +11,9 @@
 #include <msvcrt/mbstring.h>
 #include <msvcrt/mbctype.h>
 
+/*
+ * @implemented
+ */
 int _ismbbkana(unsigned char c)      
 {
        return ((_jctype+1)[(unsigned char)(c)] & (_KNJ_M|_KNJ_P));