I want to reinterpret data of one type as another type in a portable way (C99). I am not talking about casting, I want a reinterpretation of some given dat
to be safe, I'd go with with a byte array (unsigned char) rather than an 'int' to hold the value.