xref
: /
dports
/
lang
/
gcc9
/
gcc-9.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