Trying to port lua regular expression patterns to `jancy` I needed the following missing `C Runtime Functions` that I think would benefit others: ``` isalpha iscntrl isdigit isgraph islower ispunct isspace isupper isalnum isxdigit ```