1. 管道所有式样的Unix 都提供管道,它由pipe 函数创建,提供一个单项数据流:#include <unistd.h> int pipe(int fd[2]);函数生成两个文件描述符, ...
確定! 回上一頁