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
* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040310-1.c
blob
f0c85f0ada5e96db2c3664896f6a981700eaa992
1
void
I_wacom
()
2
{
3
char
buffer
[
50
], *
p
;
4
int
RequestData
(
char
*
cmd
)
5
{
6
p
=
buffer
;
7
foo
(
buffer
);
8
}
9
RequestData
(
0
);
10
}