IronGOLEM/src/isdigit.🗿
2023-06-12 17:27:03 +00:00

2 lines
39 B
Plaintext

isdigit(c) return c >= '0' & c <= '9';