ctype.h:字符分类与大小写转换 | C语言

本章覆盖:isalpha / isdigit / isspace;isalnum 等分类函数;tolower / toupper;传入值必须满足 unsigned char 或 EOF 的契约;ASCII 假设与 locale 边界。

本章知识点

  • isalpha / isdigit / isspace
  • isalnum 等分类函数
  • tolower / toupper
  • 传入值必须满足 unsigned char 或 EOF 的契约
  • ASCII 假设与 locale 边界