int mkfifo(const char *filename,mode_t mode);. 二、命名管道和匿名管道. 匿名管道由pipe函数创建并打开。 命名管道由mkfifo函数创建,打开用open。
確定! 回上一頁