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
/
20040907-1.c
blob
d1dd6f22ddccd400216f29a89d203ca492d4ca3d
1
void
ProdWord_bla
(
gtL
,
gtRes
,
lnL
)
2
int
*
gtL
, *
gtRes
;
3
int
lnL
;
4
{
5
while
(
1
<
lnL
)
6
{
7
*
gtRes
++ = *
gtL
++;
8
--
lnL
;
9
}
10
if
(
0
<
lnL
)
11
if
(
gtL
[
0
] ==
gtL
[
1
] )
12
*
gtRes
++ =
0
;
13
}