How to split a string every third space? C

后端 未结 0 1311
失恋的感觉
失恋的感觉 2020-12-09 09:40

Say I have a string of several integers: "222 333 444 555 666 777 888 999 100"

Is it possible to use strtok or another method to split the string every nth

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