關於ctype.h中的函數

關於ctype.h中的函數 int tolower(int ch) 若ch是大寫字母(‘A’-‘Z’)返回相應的小寫字母(‘a’-‘z’) int toupper(int ch) 若ch是小寫字母(‘a’-‘z’)返回相應的大寫字母(‘A’-‘Z’)
相關文章
相關標籤/搜索