xref
: /
netbsd-src
/
external
/
gpl3
/
gcc.old
/
dist
/
libgcc
/
config
/
frv
/
uitod.c
(revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
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