xref: /original-bsd/old/pcc/lint/llibs/llib-lplot (revision e59fb703)
1/*	@(#)llib-lplot	1.1 (Berkeley) 03/13/86 */
2
3/* LINTLIBRARY */
4
5	openpl() { ; }
6	erase() { ; }
7	label(s) char s[]; { ; }
8	line(x1, y1, x2, y2) { ; }
9	circle(x, y, r) { ; }
10	arc(x, y, x0, y0, x1, y1) { ; }
11	move(x, y) { ; }
12	cont(x, y) { ; }
13	point(x, y) { ; }
14	linemod(s) char s[]; { ; }
15	space(x0, y0, x1, y1) { ; }
16	closepl() { ; }
17