Problem when having scanf printf fgets after each other

前端 未结 0 1821
醉酒成梦
醉酒成梦 2021-01-16 03:10

I have the main function, which consists of a menu.

int main(void)
{
    setvbuf(stdout, NULL, _IONBF, 0);

    char buffer[999];
    char filename[999];

            


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