進程間通訊---在父進程跟子進程之間利用管道進行通訊。一個簡單的例子

#include <fcntl.h> //提供open函數 #include <sys/types.h> // 該頭文件提供系統調用的標誌 #include <sys/stat.h> // 該頭文件提供系統狀態信息和相關函數 #include <sys/uio.h>
相關文章
相關標籤/搜索