summaryrefslogtreecommitdiff
path: root/src/os/NaN.c
blob: 05f4031cd5e62ddaf47e8314133ddcf981c36e31 (plain)
1
2
3
4
5
typedef union {
    int i;
    float f;
} fu;
const fu NAN = { 0x7f810000 };