|
|
BSD 4.3reno
#ifndef lint
static char sccsid[] = "@(#)cont.c 4.1 (Berkeley) 11/11/83";
#endif
#include "aed.h"
/*---------------------------------------------------------
* Cont plots a line between (curx, cury) and (x, y).
*
* Results: None.
* Side Effects: As above.
*---------------------------------------------------------
*/
cont(x, y)
int x, y;
{
line(curx, cury, x, y);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.