1 |
– |
/* Copyright (c) 1990 Regents of the University of California */ |
2 |
– |
|
1 |
|
#ifndef lint |
2 |
< |
static char SCCSid[] = "$SunId$ LBL"; |
2 |
> |
static const char RCSid[] = "$Id$"; |
3 |
|
#endif |
6 |
– |
|
4 |
|
/* Copyright (c) 1988 Regents of the University of California */ |
5 |
|
|
6 |
|
/* |
10 |
|
*/ |
11 |
|
|
12 |
|
#include <stdio.h> |
13 |
+ |
#include <stdlib.h> |
14 |
|
#include <math.h> |
15 |
|
|
16 |
|
#define MAXSTR 128 /* maximum string or id length */ |
21 |
|
} POINT; |
22 |
|
|
23 |
|
double rad = 0.0; /* line radius */ |
26 |
– |
|
27 |
– |
#ifdef DCL_ATOF |
28 |
– |
extern double atof(); |
29 |
– |
#endif |
24 |
|
|
25 |
|
|
26 |
|
main(argc, argv) |