#ifndef PROC_H #define PROC_H #include pid_t getPid(const char*); #endif