Here is a simple example: mkfifo /tmp/testpipe echo "This is a test" > /tmp/testpipe & cat /tmp/testpipe rm /tmp/testpipe. You can use the the C functions ...
確定! 回上一頁