How to normalize the path(delete all repeated '/') in C

后端 未结 0 1136
独厮守ぢ
独厮守ぢ 2021-01-11 16:25

I am coding a program, that deletes all redundant / in the path of the file. In other words ///a/////b should become /a/b. I can delet

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