#ifndef _PROCESS_H #define _PROCESS_H #include #include #include #include #include #include #include int run(const char *p, char *const argv[]); int harvest_zombies(); extern int child_count; #endif