第1章管道和FIFO. 1.1 pipe. int pipe(int fd[2]);. 创建一个单向、半双工管道,其中fd[0]用于读,fd[1]用于写。 1.2 fork. 管道很少在单个进程内使用,一般用在两个有 ...
確定! 回上一頁