xref
: /
dports
/
devel
/
splint
/
splint-3.1.2
/
test
/
tests2.2
/
nestext.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(void)
1
int
f
(
void
)
2
{
3
extern
int
test
(
void
);
4
5
return
test
();
6
}
7