ctype.h

  函数声明 说明  
  int tolower(int c) 将大写字母转化成小写字母  
  int toupper(int c) 将小写字母转化成大写字母  
  int islower(int c) 检查字母是否是小写字母  
  int isupper(int c) 检查字母是否是大写字母  
  int isdigit(int c) 检查字母是否是数字  
       
       
       
       
posted @ 2025-02-18 10:31  靖意风  Views(15)  Comments(0)    收藏  举报