This website requires JavaScript.
Explore
Help
Register
Sign In
kdx
/
IronGOLEM
Watch
1
Star
0
Fork
0
You've already forked IronGOLEM
forked from
starnakin/IronGOLEM
Code
Pull Requests
Activity
1452a70b85
IronGOLEM
/
src
/
isnum.🗿
2 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
various optimisations
2023-07-24 23:43:10 -04:00
isalnum(c) => isalpha(c) | isdigit(c);
Copy Permalink