#include #include #include /* * @implemented */ int _ismbbgraph(unsigned char c) { return (isgraph(c) || _ismbbkana(c)); }