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

2 lines
50 B
Plaintext

toupper(c) return c - 32 * (c >= 'a' & c <= 'z');