Recursive function when reading a full directory doesn't “step down in directory”

后端 未结 0 1342
攒了一身酷
攒了一身酷 2021-01-17 09:09

The following function is written in c:

void store_files(char *pathname){
    printf("pathname = %s\\n", pathname);
    char nextPath[PATH_MAX];
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题