// screen shot // no initialiser // just a single call when exiting program #include #include "address.h" #include "test1.h" // know screen width and height // compile time switch #define STORING_SCREEN 0 // prototypes void StoreScreen (void); void StoreScreen2 (u_long *destination, int x, int y, int w, int h);