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