| 72 | } |
| 73 | |
| 74 | string uppercase_string(string s) |
| 75 | { |
| 76 | return uppercase(s); |
| 77 | } |
| 78 | |
| 79 | // Warning: this (and uppercase_first()) relies on no libc (glibc, BSD libc, |
| 80 | // MSVC crt) supporting letters that expand or contract, like German ß (-> SS) |
no outgoing calls
no test coverage detected