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