1 2 3 4 5 6
#ifndef MYPIPE_H #define MYPIPE_H int exec_pipe(char **argv_left, char **argv_right); #endif /* ! MYPIPE_H */