update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / iskpun.c
index a690c17..935c850 100644 (file)
@@ -9,6 +9,9 @@
  */
 #include <msvcrt/mbctype.h>
 
+/*
+ * @implemented
+ */
 int _ismbbkpunct( unsigned int c )
 {
        return  ((_jctype+1)[(unsigned char)(c)] & (_KNJ_P));