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
/
external.c
blob
532dd454bb49d795a935df1395797684219224e6
1
int
func
(
int
x
,
int
y
);
2
int
Func
(
int
x
,
int
y
);
3
4
int
small1
(
void
);
5
int
small2
(
void
);
6
7
int
longfunction1
(
void
);
8
int
longfunction2
(
void
);
9
10
static
/*@unused@*/
int
slongfunction1
(
void
);
11
static
/*@unused@*/
int
slongfunction2
(
void
);