1 2 3 4 5 6
#include <unistd.h> pid_t getpid(void) { // Return an arbitrary value, greater than 1 which is special. return 42; }