This website requires JavaScript.
Explore
Help
Sign In
falso
/
sm64
mirror of
https://github.com/n64decomp/sm64.git
Watch
1
Star
0
Fork
You've already forked sm64
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
206263f33a
sm64
/
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