Listing 3. End of the program.
  //Block and wait until the user presses a key.
  readkey();

  return 0;//Return 0 to indicate a successful run.
}//end main function
END_OF_MAIN()