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