sm64pc/lib/src/NaN.c
2019-08-25 00:46:40 -04:00

6 lines
77 B
C

typedef union {
int i;
float f;
} fu;
const fu NAN = { 0x7f810000 };