04.02.2016, 13:20
Quote:
Just fix this mistake done in the above code:
Код:
if(! strcmp(params, "health", true, 6)) |
Quote:
0 if strings match each other on given length; 1 o r -1 if some character do not match: string1[i] - string2[i] ('i' represents character index starting from 0); |
Edit: Actually nevermind, seems like it was edited. Sorry.