blob: 3af1667f43c08be9949f1193d84e0a2bec2c4217 [file] [log] [blame]
#include <unistd.h>
int f3(int i)
{
return getpid() + i;
}