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