#include <sys/types.h> #include <sys/stat.h> int mkfifo(const char *pathname, mode_t mode);. pathname 為系統路徑名,mode為文件權限位,類似open函數第二個參數。
確定! 回上一頁