C Programming File Reader

前端 未结 0 672
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-24 07:35
int function(char* file_path){
  File *fp = fopen(file_path, "r")
}

I have such a function.File Path has a lots of txt files but these files i

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