#include <cctype> int isgraph( int ch );
isgraph() 函式如果它的引數是任何可列印字元,除了空格,則返回非零值(如果你能看到這個字元,那麼 isgraph() 將返回一個非零值)。否則,返回零。