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
/
uitod.c
blob: 14290ab6b04ded299968c3e3e3c544a6c05d6605 (
plain
)
1
2
3
4
double
__uitod
(
unsigned int
a
)
{
return
a
;
}