2018-08-02 pipe--进程间通信方式
2018-08-02 本文已影响0人
七点水Plus
【Goooood转】Multiple children and single pipe
for (i = 0; i < nr_proc; i++) {
pipe (fd);
pid [i] = fork ();
}
【Goooood转】Multiple children and single pipe
for (i = 0; i < nr_proc; i++) {
pipe (fd);
pid [i] = fork ();
}