148519Sbostic /*- 2*61395Sbostic * Copyright (c) 1985, 1993 3*61395Sbostic * The Regents of the University of California. All rights reserved. 448519Sbostic * 548519Sbostic * %sccs.include.proprietary.c% 624992Ssam */ 724992Ssam 824992Ssam #ifndef lint 9*61395Sbostic static char sccsid[] = "@(#)cont.c 8.1 (Berkeley) 06/04/93"; 1048519Sbostic #endif /* not lint */ 1124992Ssam 1224992Ssam #include <stdio.h> 1324992Ssam #include "imp.h" 1424992Ssam cont(x,y)1524992Ssamcont(x,y){ 1624992Ssam line(imPx, imPy, x, y); 1724992Ssam 1824992Ssam } 19