原 型:int ispunct(int c);
头 文 件:ctype.h
返 回 值:如果c是标点符号字符,返回非零值;否则返回零。除了空格、字母和数字字符以外,所有显示字符都可以看成是标点符号。
也可参见:isalnum、isgraph、isprint