1*48519Sbostic /*- 2*48519Sbostic * Copyright (c) 1985 The Regents of the University of California. 3*48519Sbostic * All rights reserved. 4*48519Sbostic * 5*48519Sbostic * %sccs.include.proprietary.c% 624992Ssam */ 724992Ssam 824992Ssam #ifndef lint 9*48519Sbostic static char sccsid[] = "@(#)cont.c 5.2 (Berkeley) 04/22/91"; 10*48519Sbostic #endif /* not lint */ 1124992Ssam 1224992Ssam #include <stdio.h> 1324992Ssam #include "imp.h" 1424992Ssam 1524992Ssam cont(x,y){ 1624992Ssam line(imPx, imPy, x, y); 1724992Ssam 1824992Ssam } 19