mkfifo (const char* filename,mode) //建立指定名字的管道檔案並指明mode int main() { if(mkfifo("./fifo_test",0777)<0) { cout<<"create fifo ...
確定! 回上一頁