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