Example. writer.c #include <fcntl.h> #include <sys/stat.h> #include ... create the FIFO (named pipe) */ mkfifo(myfifo, 0666); /* write "Hi" ...
確定! 回上一頁