forked from starnakin/IronGOLEM
2 lines
43 B
Plaintext
2 lines
43 B
Plaintext
isalnum(c) return isalpha(c) | isdigit(c);
|