Home
Manpages
About
(root)/
gcc-13.2.0/
libgcc/
config/
frv/
ulltof.c
1
float
__ulltof
(
unsigned
long
long
a
)
2
{
3
return
a
;
4
}