index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
float-to-uint64.c
blob: 10e78092ac7bac82ae9aa8deb9c9d987d0f42f61 (
plain
)
1
2
3
4
float g(void); unsigned long long f(void) { return g(); }