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