repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Makefile.in (cse.o): Depend on TARGET_H.
[official-gcc.git]
/
gcc
/
config
/
frv
/
uitod.c
blob
14290ab6b04ded299968c3e3e3c544a6c05d6605
1
double
__uitod
(
unsigned int
a
)
2
{
3
return
a
;
4
}