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