1 2 3 4 5 6 7 8
#ifndef PROC_H #define PROC_H #include <sys/types.h> int process_exists(pid_t pid); #endif