用户操作
[即时聊天] [发私信] [加为好友]
高强ID:gqwfusd
6次访问,排名2万外,好友16人,关注者20人。
喜欢编程,软件测试
gqwfusd的文章
原创 0 篇
翻译 0 篇
转载 0 篇
评论 0 篇
最近评论
文章分类
    收藏
      相册
      存档
      软件项目交易
      订阅我的博客
      XML聚合  FeedSky
      订阅到鲜果
      订阅到Google
      订阅到抓虾
      订阅到BlogLines
      订阅到Yahoo
      订阅到GouGou
      订阅到飞鸽
      订阅到Rojo
      订阅到newsgator
      订阅到netvibes
      2008年11月11日

      原创 linux c文件遍历收藏

      #include  
      #include  
      #include  
      #include  

      void dir_scan(char   *path,   char   *file);  
      int count = 0;  

      int main(int   argc,   char   *argv[])  
      {  
                        struct   stat   s;  

                        if(argc   !=   2){  
                                        printf("one   direction   requried\n");  
                                        exit(1)阅读全文>

      发表于 @ 2008年11月11日 08:46:00|评论(loading...)|收藏

      Csdn Blog version 3.1a
      Copyright © 高强