












void str_uppercase(char *str) {
int i = 0;
while(str[i] != '\0')
str[i] = ch_uppercase(str[i++])
} (edited)







*(str-1) = ch_uppercase(*(str-1)) ?xd












i++ and i in the same statement
while(*str = str_uppercase(*str++)); might look clever but is also harder to understand














master4.teeworlds.com <ip address> with localhost 127.0.0.1:8300 (edited)





localhost 127.0.0.1















sv_register 1 in config file





