int mkfifo(const char *pathname, mode_t mode);. mkfifo() makes a FIFO special file with the name specified by pathname and the permissions are specified by mode ...
確定! 回上一頁