main() { printf("My pid = %d. My parent's pid = %d\n", getpid(), getppid()); }