Listing 2. Creation of an off-screen bitmap buffer.
  BITMAP *buffer = NULL;

  buffer = create_bitmap(256,256);