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.🗿
kdx
1452a70b85
various optimisations
2023-07-25 05:43:10 +02:00
2 lines
39 B
Plaintext
Raw
Blame
History
isalnum(c) => isalpha(c) | isdigit(c);
View Git Blame
Copy Permalink