摘要:
1. 函数说明pipe(建立管道):1) 头文件 #include2) 定义函数: int pipe(int filedes[2]);3) 函数说明: pipe()会建立管道,并将文件描写叙述词由參数filedes数组返回。 filedes[0]为管道里的读取端 filedes[1]则为管道的写入端... 阅读全文
posted @ 2015-06-06 09:36
phlsheji
阅读(550)
评论(0)
推荐(0)