摘要:
char s[]= "/home";opendir(s);char s1[] = " /home"char *p = s + 2;opendir(p); 都没有错误。 阅读全文
posted @ 2013-07-31 20:18
demps_c
阅读(104)
评论(0)
推荐(0)
摘要:
#include #include int main(){ DIR *d1; struct dirent *dir1; const int maxline = 100; char buf[maxline]; printf("please input command\n"); scanf("%s",buf); int i = 0; char c; for(i = 0;i d_name); closedir(d1); ... 阅读全文
posted @ 2013-07-31 19:33
demps_c
阅读(226)
评论(0)
推荐(0)
摘要:
七天 阅读全文
posted @ 2013-07-31 19:31
demps_c
阅读(125)
评论(0)
推荐(0)
浙公网安备 33010602011771号