xref
: /
netbsd-src
/
external
/
gpl3
/
gcc
/
dist
/
libgcc
/
config
/
frv
/
uitod.c
(revision 479d8f7d843cc1b22d497efdf1f27a50ee8418d4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
double
__uitod
(
unsigned
int
a
)
2
{
3
return
a
;
4
}
5