How to use sscanf correctly and safely

后端 未结 3 425
长情又很酷
长情又很酷 2020-12-01 19:49

First of all, other questions about usage of sscanf do not answer my question because the common answer is to not use sscanf at all and use f

3条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 20:19

    Well, let sscanf accept all inputs as %s (i.e. strings) and then program analyze them

提交回复
热议问题