文件编程——系统文件编程练习

#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
相关文章
相关标签/搜索