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
/
args.lcl
blob
f552471528b701d302bec18b8e7b1934cdc0fd12
1
int severalargs(int x, char *t) { }
2
int severalargs2(int x, char *t) { }
3
int any(...) { }
4
int many1(int x, char y, ...) { }
5
int many2(int x, char y, ...) { }
6
int many3(int x, char y, ...) { }
7
int voidargs(void) { }