Skip to content

Support for ctype.h

Matthew Heinsen Egan edited this page Jan 21, 2015 · 1 revision

Support for ctype.h

Functions names that are struck out are not yet supported.

Character classification

  • isalnum
  • isalpha
  • islower
  • isupper
  • isdigit
  • isxdigit
  • iscntrl
  • isgraph
  • isspace
  • isblank
  • isprint
  • ispunct

Character manipulation

  • tolower
  • toupper
Clone this wiki locally