Linux下建立有名管道的函数是mkfifo。 函数原型: int mkfifo(const char * pathname,mode_t mode);函数功能:创建一个FIFO文件,用于进程之间的通信。
確定! 回上一頁