IronGOLEM/src/isnum.🗿
2023-06-12 17:27:03 +00:00

2 lines
43 B
Plaintext

isalnum(c) return isalpha(c) | isdigit(c);