update for HEAD-2003091401
[reactos.git] / lib / msvcrt / mbstring / ismbkaln.c
index 4c62b81..6840f59 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));