摘要: #include "apue.h" #include <fcntl.h> #include <stdio.h> #include <unistd.h> #include <sys/types.h> int main(void) { char buf[80]; int fd; const char * 阅读全文
posted @ 2021-02-24 09:41 Sjianzhao 阅读(309) 评论(0) 推荐(0)