摘要: #include<stdio.h>#include<string.h>#include<stdlib.h>#include<sys/types.h>#include<sys/stat.h>#include<dirent.h>#include<fts.h>#define MAX 300struct file{ char* file_name; long long file_size;};struct file files_in_dir[MAX];void travDir(char* dir_s, struct f 阅读全文
posted @ 2013-05-13 20:38 cainiaozhang 阅读(558) 评论(0) 推荐(0) 编辑