#ifndef WRITE_RGB_H #define WRITE_RGB_H int save_rgb(const char* filename, int h, int w, long ** screen); #endif