How do I create a void function that will work as \"Press Any Key to Continue\" in C?
What I want to do is:
printf(\"Let the Battle Begin!\\n\"); printf(
You can try more system indeppended method: system("pause");