IronGOLEM/src/isnum.🗿

2 lines
39 B
Plaintext
Raw Normal View History

2023-07-24 23:43:10 -04:00
isalnum(c) => isalpha(c) | isdigit(c);