repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
config
/
frv
/
uitof.c
blob
059bc7c7417b3ca253e1da1e484fe857e47c8cbf
1
float
__uitof
(
unsigned int
a
)
2
{
3
return
a
;
4
}