1 2 3 4 5 6 7 8
#ifndef PROC_H #define PROC_H #include <sys/types.h> pid_t getPid(const char*); #endif