18.03.2012, 05:04
i think you want to use
Returns -1 if string1 comes before string2
1 if string1 comes after string2
0 if the strings are the same (for the matched length).
pawn Код:
!strcmp("male", tmp, true, strlen(tmp)) == 0)
1 if string1 comes after string2
0 if the strings are the same (for the matched length).