How to have function strtoul return pointer to non-number character

前端 未结 0 1280
别那么骄傲
别那么骄傲 2021-01-13 08:57

I need to input a date in XX/XX/XXXX and I need to extract the month, day, and year. Strtoul stops when it receives a non-number character, and I need the function to return

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