union Cv64suf

#include <cvdef.h>

union Cv64suf
{
    // fields

    double f;
    int64 i;
    uint64 u;
};