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