Signature
native strtoupper(string[]);
Description
Converts all chars in string to upper case.
Parameters
- string — The string to convert.
Returns
Number of bytes written.