Search Results

-1
votes

How do you compare structs for equality in C?

If the structs only contain primitives or if you are interested in strict equality then you can do something like this: int my_struct_cmp(const struct my_struct * lhs, const struct my_st …