#include int isgraph(int c) { return (isalnum(c) || ispunct(c)); }