forked from starnakin/IronGOLEM
2 lines
50 B
Plaintext
2 lines
50 B
Plaintext
|
toupper(c) return c - 32 * (c >= 'a' & c <= 'z');
|