This website requires JavaScript.
Explore
Help
Register
Sign In
vrmiguel
/
sm64pc
mirror of
https://github.com/sm64pc/sm64pc.git
Watch
1
Star
0
Fork
You've already forked sm64pc
0
Code
Issues
Releases
Wiki
Activity
787970eead
sm64pc
/
lib
/
src
/
NaN.c
6 lines
77 B
C
Raw
Blame
History
typedef
union
{
int
i
;
float
f
;
}
fu
;
const
fu
NAN
=
{
0x7f810000
}
;
Reference in New Issue
View Git Blame
Copy Permalink