pipe.c
changeset 113 397270b5d21a
parent 107 244356bc3a20
child 140 05d42a3737a4
equal deleted inserted replaced
112:9bfb339a8156 113:397270b5d21a
     5  */
     5  */
     6 
     6 
     7 #include <stdio.h>
     7 #include <stdio.h>
     8 #include <stdlib.h>
     8 #include <stdlib.h>
     9 #include <unistd.h>
     9 #include <unistd.h>
    10 #include <wait.h>
    10 #include <sys/wait.h>
    11 #include <assert.h>
    11 #include <assert.h>
    12 
    12 
    13 #define MAX 50
    13 #define MAX 50
    14 
    14 
    15 int main (int argc, char **argv)
    15 int main (int argc, char **argv)