148519Sbostic /*- 2*61397Sbostic * Copyright (c) 1985, 1993 3*61397Sbostic * The Regents of the University of California. All rights reserved. 424988Ssam * 548519Sbostic * %sccs.include.proprietary.c% 648519Sbostic * 7*61397Sbostic * @(#)imp.h 8.1 (Berkeley) 06/04/93 824988Ssam */ 924988Ssam 1024988Ssam #include <stdio.h> 1148519Sbostic 1224988Ssam extern float obotx; 1324988Ssam extern float boty; 1424988Ssam extern float botx; 1524988Ssam extern float oboty; 1624988Ssam extern float scalex; 1724988Ssam extern float scaley; 1824988Ssam int imPx, imPy; 1925012Ssam extern int imPcsize; 2025012Ssam extern char *imP_charset; 21