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
/
testsuite
/
gcc.c-torture
/
compile
/
940718-1.c
blob
505280fa91ef8c59dcb58011948b6527568ae38c
1
extern
double
log
(
double
)
__attribute__
((
const
));
2
3
f
(
double
x
)
4
{
5
for
(;;)
6
exp
(
log
(
x
));
7
}