index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
config
/
frv
/
uitod.c
blob: 14290ab6b04ded299968c3e3e3c544a6c05d6605 (
plain
)
1
2
3
4
double
__uitod
(
unsigned
int
a
)
{
return
a
;
}