APUE-分頁讀取文件

#include "ourhdir.h" #include <sys/wait.h> // waitpid #include <sys/types.h> // pid_t #define DFL_PAGER "/usr/bin/more" // 默認的分頁命令 int main(int argc, char *argv[]) { int fd[2]; // 使用全雙工管道,父進程寫入
相關文章
相關標籤/搜索