Linux下C获取文件夹下全部文件名

参考http://www.cnblogs.com/xudong-bupt/p/3504442.html作了些修改。html #include <stdio.h> #include <stdlib.h> #include <string.h> #include <dirent.h> #include <unistd.h> char img_path[500][1000]; int img_num=0
相关文章
相关标签/搜索