#include <cctype> int iscntrl( int ch );
如果 iscntrl() 函式的引數是控制字元(介於 0 和 0x1F 之間或等於 0x7F),則返回非零值。否則,返回零。