Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
5e9944df2c8b75a8fec46a597d34934c7525d4ca
/
.
/
tests
/
stack-fcall-3.c
blob: 3af1667f43c08be9949f1193d84e0a2bec2c4217 [
file
] [
log
] [
blame
]
Dmitry V. Levin
b076420
2014-06-16 21:45:52 +0000
[
diff
] [
blame
]
1
#include
<unistd.h>
2
3
int
f3
(
int
i
)
4
{
5
return
getpid
()
+
i
;
6
}