//makes a FIFO special file (a named pipe) with name 'path'. int r=mkfifo(path, 0600);//see http://linux.die.net/man ...
確定! 回上一頁