union Cv32suf

#include <cvdef.h>

union Cv32suf
{
    // structs

    struct _fp32Format;

    // fields

    float f;
    struct Cv32suf::_fp32Format fmt;
    int i;
    unsigned u;
};