1 2 3 4 5 6 7 8 9 10
/* * FILE: pipe.h * AUTH: eric * DESC: * DATE: Thu Dec 26 17:07:10 2013 */ #pragma once int do_pipe(int pipefd[2]);