branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / ismbgra.c
index f0ec05b..f38499b 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/mbctype.h>
 #include <msvcrt/ctype.h>
 
+/*
+ * @implemented
+ */
 int _ismbbgraph(unsigned char c)
 {
        return (isgraph(c) || _ismbbkana(c));