/* * FILE: pipe.h * AUTH: eric * DESC: * DATE: Thu Dec 26 17:07:10 2013 */ #pragma once int do_pipe(int pipefd[2]);