如何在C中创建一个可以作为"按任意键继续"的空函数?
我想做的是:
printf("Let the Battle Begin!\n");
printf("Press Any Key to Continue\n");
//The Void Function Here
//Then I will call the function that will start the game
Run Code Online (Sandbox Code Playgroud)
我正在使用Visual Studio 2012进行编译.
c ×1