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
/
20050105-1.c
blob
16d18f306371f46ade8904cd628b039c075a034f
1
void
bar
(
struct
S
*);
2
void
foo
(
void
*
x
)
3
{
4
bar
((
struct
S
*)
x
);
5
}