Use memcmp and memcpy
These 2 parts could be replaced by memcpy and memcmp without modifying the behavior. As these functions is in ISO C standard, we can replace without losing compatibility too.
Edited by Raul Fernandes
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
These 2 parts could be replaced by memcpy and memcmp without modifying the behavior. As these functions is in ISO C standard, we can replace without losing compatibility too.