/*STRUCTURE TO HOLD IMAGENAME, X-CO, Y-CO, INFO*/ struct db { char image[100]; int x; int y; char info[200]; }input[257];