Listing 3. Load and display the image of the tree limb.
  BITMAP *picB = NULL;
  picB = load_bitmap("tree.pcx", NULL);
  blit(picB, screen, 0,0,0,330,294,321);