int mkfifo(const char *filename,mode_t mode);. 二、具名管道和匿名管道. 匿名管道由pipe函數建立並開啟。 具名管道由mkfifo函數建立,開啟用open。
確定! 回上一頁