We will use “mknod()” system call to create FIFO. The syntax is as below: int mkfifo(const char *pathname, mode_t mode);. Now we will create 2 ...
確定! 回上一頁