repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Two useless/empty bison reductions removed.
[splint-patched.git]
/
test
/
format.c
blob
72aef17aaf9ff5e93c33200bbf96f13d1ec08adf
1
void
fn
(
FILE
*
f
,
char
*
fmt
)
2
{
3
printf
(
fmt
);
4
printf
(
"%s"
,
fmt
);
5
fprintf
(
f
,
fmt
);
6
fprintf
(
f
,
fmt
,
fmt
);
7
}