[ CCode ( cname = "g_ascii_strup" ) ]
public string ascii_up (ssize_t len = -1)
Converts all lower case ASCII letters to upper case ASCII letters.
len |
length of |
str |
a string |
a newly allocated string, with all the lower case characters in |