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