update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / ismbkaln.c
index f4e5bc8..44f764a 100644 (file)
@@ -10,6 +10,9 @@
 #include <msvcrt/mbctype.h>
 #include <msvcrt/ctype.h>
 
+/*
+ * @implemented
+ */
 int _ismbbkalnum( unsigned int c )
 {
        return  ((_jctype+1)[(unsigned char)(c)] & (_KNJ_P));