#include #include pid_t getppid(void) { return syscall(getppid); }