Set the background color of the window to light gray

Listing 2 calls the clear_to_color function to set the background color of the window to light gray.

Listing 2. Set the background color of the window to light gray.
  clear_to_color(screen,makecol(224,224,224));