124988Ssam /* 224988Ssam * Copyright (c) 1985 Regents of the University of California. 324988Ssam * All rights reserved. The Berkeley software License Agreement 424988Ssam * specifies the terms and conditions for redistribution. 524988Ssam * 6*25012Ssam * @(#)imp.h 5.2 (Berkeley) 09/21/85 724988Ssam */ 824988Ssam 924988Ssam #include <stdio.h> 1024988Ssam extern float obotx; 1124988Ssam extern float boty; 1224988Ssam extern float botx; 1324988Ssam extern float oboty; 1424988Ssam extern float scalex; 1524988Ssam extern float scaley; 1624988Ssam int imPx, imPy; 17*25012Ssam extern int imPcsize; 18*25012Ssam extern char *imP_charset; 19