xref
: /
dports
/
devel
/
aarch64-none-elf-gcc
/
gcc-8.4.0
/
libgcc
/
config
/
frv
/
uitod.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
__uitod(unsigned int a)
1
double
__uitod
(
unsigned
int
a
)
2
{
3
return
a
;
4
}
5