文件編程——系統文件編程練習

#include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #define MAX 100 int read_line(int fd, char *buf, int count) { int i; char ch; for
相關文章
相關標籤/搜索