Function to pause the console does not work

前端 未结 0 517
面向向阳花
面向向阳花 2021-01-26 05:50

I have a small function which should pause the console, but actually does nothing

void getch()
{
    fflush(stdin);
    getc         


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