I am trying to convert a non IEEE 754 FP value to 754 where the bit pattern representation is slightly different.

How can I get C program access to the various bits and/or bytes of the FP value?
...