2016年3月8日

Understanding Unix/Linux Programming-ls指令练习一

摘要: 1 #include <stdio.h> 2 #include <sys/types.h> 3 #include <dirent.h> 4 5 void do_ls(char[]); 6 7 main(int ac , char * av[]) 8 { 9 if(ac == 1 ) 10 { 11 阅读全文

posted @ 2016-03-08 09:35 H.D 阅读(146) 评论(0) 推荐(0) 编辑

导航