xref
: /
external
/
strace
/
tests
/
stack-fcall-1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
stack-fcall.h
"
2
3
int
f1
(
int
i
)
4
{
5
return
f2
(
i
) +
i
;
6
}
7