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