Linux常用C函數---字符測試篇

函數講解部分參考http://net.pku.edu.cn/~yhf/linux_c/   isalnum(測試字符是否爲英文或數字) 相關函數 isalpha,isdigit,islower,isupper 表頭文件 #include<ctype.h> 定義函數 int isalnum (int c) 函數說明 檢查參數c是否爲英文字母或阿拉伯數字,在標準c中相當於使用「isalpha(c) |
相關文章
相關標籤/搜索