linux 命名管道
if((fd=open(FIFO_CHANNEL,O_WRONLY))==-1) /* 以读写方式打开命名管道,返回-1代表失败 */ { perror("Can't open the FIFO"); return 1; }
下载地址
用户评论
还可以,很基础。