21.06.2013, 12:35
It should be
PS: Please, do NOT use dini
Код:
if(strcmp(dini_Get(file, "Password"), password2) != 0)
Quote:
Returns -1 if string1 comes before string2 1 if string1 comes after string2 0 if the strings are the same (for the matched length). |