00001 #ifndef _LIBC_HELPER_ 00002 #define _LIBC_HELPER_ 00003 00004 extern void safe_pipe(int pipefd[2]); 00005 00006 #endif /* _LIBC_HELPER_ */