C語言庫函數(shù)速查[CHM文檔]是一個(gè)很好的C語言函數(shù)查詢器.屬于CHM文檔.
iscntrl
原型:extern int iscntrl(int c)
用法:#include <ctype.h>
功能:判斷字符c是否為控制字符
說明:當(dāng)c在0x00-0x1F之間或等于0x7F(DEL)時(shí),返回非零值,否則返回零。
Addison.Wesley-C++.Network.Programming,.Volume.2,.Systematic.Reuse.with.ACE.and.FrameworksWrite by Douglas C.Schmidt,Stephen D.Huston經(jīng)典作品,英文版,網(wǎng)站上沒有.