Is there any way to use a variable inside sscanf modifiers

前端 未结 0 882
死守一世寂寞
死守一世寂寞 2021-01-29 23:03

How can I use a max_size variable to get only the desired characters?.

int max_size=64;
sscanf(p,"%s %(MAX_SIZE-1)[^\\n]",a,b);


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