IronGOLEM/src/tolower.🗿
2023-06-12 17:31:11 +00:00

2 lines
50 B
Plaintext

tolower(c) return c + 32 * (c >= 'A' & c <= 'Z');