PIPE                5 pipe4.c        #define PIPE(a) pipe(a)
PIPE                8 pipe4.c        #define PIPE(a) socketpair(AF_UNIX, SOCK_STREAM,PF_UNIX,(a))