Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
MorsGames
Edit Copy
Star
GitHub Repository:
MorsGames/sm64plus
Path:
blob/master/lib/src/NaN.c
7
8
5
7
views
1
typedef
union
{
2
int
i
;
3
float
f
;
4
}
fu
;
5
const
fu
NAN
=
{
0x7f810000
}
;
6
7