Checkpoint.

This commit is contained in:
wkj
2004-05-16 07:54:22 +00:00
parent 61f5c35c94
commit b855148c9b
74 changed files with 5281 additions and 130 deletions

View File

@@ -13,7 +13,7 @@ cover(double x, double y) {
}
void
drawspline(Biobuf *Bp, int flag) { /* flag!=1 connect end points */
drawspline(Biobufhdr *Bp, int flag) { /* flag!=1 connect end points */
int x[100], y[100];
int i, N;
/*
@@ -96,7 +96,7 @@ drawspline(Biobuf *Bp, int flag) { /* flag!=1 connect end points */
}
void
draw(Biobuf *Bp) {
draw(Biobufhdr *Bp) {
int r, x1, y1, x2, y2, i;
int d1, d2;