
union float_long_byte
  {
    float f;
    unsigned long l;
    unsigned byte b[4];
  };
