if I have 4 multi-byte integers, A, B, C, D in a big endian system
and A-B = C-D
if they are in a little endian system, does the equality still hold?
Note: I want to get the difference between numbers which are received from network, so they are in network order or host order.