index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
libgcc
/
config
/
frv
/
ulltod.c
blob: e6bee12081f276701a3c0bfebcac6802c54bcfcc (
plain
)
1
2
3
4
double
__ulltod
(
unsigned long long
a
)
{
return
a
;
}