File: myunistd.h #ifndef MYUNISTD_H #define MYUNISTD_H #include <lib.h> int mygetpid(); int mygetppid(); #endif