Converting from short to unsigned short and preserving the bit pattern confusion – Debian
I am working on a project where I need to get a range of signed 16-bit ints, negative and positive values, and send them to a function to analyse during unit tests. For different reasons, the function only takes an…