IronGOLEM/src/isnum.🗿

2 lines
43 B
Plaintext
Raw Normal View History

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