forked from starnakin/IronGOLEM
2 lines
50 B
Plaintext
2 lines
50 B
Plaintext
tolower(c) return c + 32 * (c >= 'A' & c <= 'Z');
|