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