
/* - - prototypes - - */
int load_ppm_file(char *, Var *);
int save_pgm_file(Var *, char *);
int get_image_dimensions(char *, int *, int *);
