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