mirror of
https://github.com/n64decomp/sm64
synced 2026-06-24 08:41:22 -04:00
6 lines
77 B
C
6 lines
77 B
C
typedef union {
|
|
int i;
|
|
float f;
|
|
} fu;
|
|
const fu NAN = { 0x7f810000 };
|