char *file_path_getcwd;
file_path_getcwd=(char *)malloc(1024);
getcwd(file_path_getcwd,1024);
printf("current path:%s\r\n",file_path_getcwd);
file_path_getcwd=(char *)malloc(1024);
getcwd(file_path_getcwd,1024);
printf("current path:%s\r\n",file_path_getcwd);
4515

被折叠的 条评论
为什么被折叠?



