Sign in
nest-open-source
/
nest-cam
/
4320010
/
strace
/
refs/heads/master
/
.
/
strace
/
tests
/
stack-fcall-3.c
blob: 3af1667f43c08be9949f1193d84e0a2bec2c4217 [
file
] [
log
] [
blame
] [
edit
]
#include
<unistd.h>
int
f3
(
int
i
)
{
return
getpid
()
+
i
;
}