1 /* 2 * Copyright (c) 1985 Regents of the University of California. 3 * All rights reserved. The Berkeley software License Agreement 4 * specifies the terms and conditions for redistribution. 5 * 6 * @(#)imp.h 5.2 (Berkeley) 09/21/85 7 */ 8 9 #include <stdio.h> 10 extern float obotx; 11 extern float boty; 12 extern float botx; 13 extern float oboty; 14 extern float scalex; 15 extern float scaley; 16 int imPx, imPy; 17 extern int imPcsize; 18 extern char *imP_charset; 19