How can you check two structs in C in a if statement if they are the same without going threw all the items of the struct seperately?
the == statement doesn't work

thanx in advance