1 #include <unistd.h>
2 
f3(int i)3 int f3(int i)
4 {
5 	return getpid() + i;
6 }
7