xref
: /
dports
/
devel
/
arm-none-eabi-gcc
/
gcc-8.4.0
/
libgcc
/
config
/
frv
/
ulltod.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
__ulltod(unsigned long long a)
1
double
__ulltod
(
unsigned
long
long
a
)
2
{
3
return
a
;
4
}
5