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
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
void.c
blob
e5c18a5db151e98b54fa564ff0cc58f5e82b346b
1
typedef
void
VOID
;
2
3
int
f
(
VOID
)
4
{
5
f
();
6
return
3
;
7
}