正在加载图片...
文件操作举例 /* File copy program. Error checking and reporting is minimal. * #include <sys/types. h> / include necessary header files * #include <fcntl. h> #include <stdlib h> #include <unistd. h> int main(int argc, char *argv D) /* ANSI prototype刘 #define BUF SIZE 4096 / use a buffer size of 4096 bytes #define OUTPUT MODE 0700 / protection bits for output file * e int main(int argc, char *argvD) int in fd. out fd. rd count wt count: char buffer[BUF SIZE if (argc I= 3)exit(1); / syntax error if argc is not 3 2002-7-5 第五章分布式文件管理 9 东北大学软件所于戈2002-7-5 东北大学软件所 于戈 第五章 分布式文件管理 9 文件操作举例
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有