BSD 4_4 release
[unix-history] / usr / src / old / pcc / lint / llibs / llib-lplot
CommitLineData
95f51977 1/* @(#)llib-lplot 1.1 (Berkeley) 3/13/86 */
9a276596
DS
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() { ; }