Skip to content

Add ctype functions and atoi/atol

Dan Robertson requested to merge dlrobertson:add_functions into master

Add ctype functions

  • isalnum
  • isalpha
  • isascii
  • isdigit
  • islower
  • isspace
  • isupper

Add stdlib functions

  • atoi
  • atol

Merge request reports