1 #ifndef lint 2 static char sccsid[] = "@(#)line.c 4.1 (Berkeley) 06/27/83"; 3 #endif 4 5 line(x0,y0,x1,y1){ 6 move(x0,y0); 7 cont(x1,y1); 8 } 9